Commented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleClosed Issue: Implicit support for System.Int64 and System.Decimal [10759]
System.Int64 and System.Decimal is not treated as "number" type when returning values from .NET to V8, which System.Int32, System.Float and System.Double currently is. public int a { get { return 1; }...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleCommented Issue: v8 function wrapper. [11682]
Hi.While working with the library I've noticed that there is no support for js callbacks in .NET code. Function objects supplied to .net code (e.g. as method arguments) are converted to empty...
View ArticleNew Post: add class as datatype
hi, how can i use a custom class from .net in javascript.net? example: var b = new CustomClass(); please help me
View ArticleNew Post: usable with CF 2.0?
Interesting tool. I have use for it in a WinCE app. Can it be used in a 2.0 CF environment?
View ArticleReopened Issue: Implicit support for System.Int64 and System.Decimal [10759]
System.Int64 and System.Decimal is not treated as "number" type when returning values from .NET to V8, which System.Int32, System.Float and System.Double currently is. public int a { get { return 1; }...
View ArticleNew Post: V8 is the slowest way to parse JSON in .NET
Benchmarking demonstrates that V8 is the slowest way to parse JSON in a .NET application. I created a benchmark to compare the performance of the JSON parser in V8 to the fastest third-party JSON...
View ArticleNew Post: Set Heapsize bevor initializing V8 VM
Hi Guys, I want to adjust the heap size of the V8 engine. In the Dokumentation. In the documentation it says that I can set the heap before the initialization of...
View ArticleNew Post: Set Heapsize bevor initializing V8 VM
Hi NeuRob, This is because we are already calling SetResourceConstraints(), but later than you. See JavascriptContext::SetStackLimit(). Oliver
View ArticleNew Post: Support for dynamic objects?
You could try the JContext object from the extensions library at https://github.com/danderson00/Noesis.Javascript.Extensions. There is currently no doco, but it's fairly basic.
View ArticleNew Post: Working great for me
Just wanted to let you know that this is working great for me, thanks for your effort.
View ArticleNew Post: Are there any plans by the developers to put out new versions?
Just checking, about to start a new project and want to know if there is continued development here. ThanksMike
View ArticleNew Post: Error loading assembly, not signed?
Problem solved for me. I had the same problem. I built it as C# Project and tried to execute the same program posted here. But had the same crash as everyone else. Sine my machine is Windows 8, X64....
View Article