Include Javascript Files in a script

first post: toolsfactory wrote: Is there already a command in that allows me to include code stored...

Accessing current script line number from external functions

first post: toolsfactory wrote: Does anyone have an idea how the following scenario could be implem...

WebSocket on Jint

first post: eranre wrote: Does anyone know how to use the javascript WebSocket library in jin...

Reuse of JintEngine? Performance question

first post: Martin_Andersen wrote: Should I hold on to an JintEngine instance? private static JintEn...

Calling a function on a c-object

first post: bee4cp wrote: Hi, we have a C-library which is registered in windows and which ...

latest post: bee4cp wrote: Just an update: When we create the father object within VB.NET and...

anchor form controls

first post: brojgar wrote: How can achieve this: Control.Anchor = ((System.Windows.Forms.Ancho...

Debugging CallFunction

first post: Ansjh wrote: Hi, Is it possible to get debugging on CallFunction? For example, s...

latest post: notahack wrote: don't you have to write the function like thus var test = function...

File exists detection

first post: bruenor41 wrote: Hello, I'm trying to run simple following script (Script is placed...

latest post: notahack wrote: I bet javascript doesn't need that @ sign in front of the string

Dang even a caveman can use it BUT ...

first post: notahack wrote: I am rewriting a vb6 project that I used the WSH in. Basically I de...

How do I go from a Javascript array to a c# object?

first post: ebrito wrote: Hi there; I'm new to Jint and I'm stock with some code in he...

latest post: alexrootes wrote: Late to the party but for anyone googling it can be done like this:...

Data Binding with C# Object

first post: Bofferd wrote: Is there any high-level mechanism to enable Data Binding or Propert...

Using C# overload in JavaScript

first post: lbouriez wrote: Hi, I am new using Jint :) For some reasons, we need to use overlo...

Current Development Status

first post: rodneyjt wrote: What is the current development status of Jint? Has the developmen...

latest post: sebastienros wrote: I personally have not worked on it for a long time, and don't inte...

HTTP Request? Out of the box?

first post: SlashMind wrote: .

more than one year past, whats about ECMAScript5? Any newer version?

first post: softboy99 wrote: more than one year past, whats about ECMAScript5? Any newer version?

returning Jint.Native.JsInstance objects from c#

first post: sgrondahl wrote: Some background: I compile a given script and then run it multiple...

latest post: sgrondahl wrote: var jintarr = global.ArrayClass.New(); solved the problem.

Unit Test "ShouldNotReferenceThisAsGlobalScopeInDetachedFunctionInStrictMode" failed

first post: jianhuahuang wrote: I downloaded the latest source (May 2012), plus the latest Antlr3 ...

build errors with Antlr dependencies w/ vs2010

first post: joelmartinez wrote: Hi, I've downloaded the latest changeset and am trying to compile w...

latest post: jianhuahuang wrote: Thanks to Manuel's suggestion, I am able to compile the whole proj...

Problem using XPath in Jint

first post: zigo wrote: Hi everyone, I encountered a little problem using Xpath in Jint (0...

default object, like 'window' object in browser

first post: pro100sanya wrote: May be it is not correct terminology, but here is what i need. W...

Invalid Object Exceptions

first post: anyolejoe wrote: On the whole Jint is excellent and works fantastically, so many th...

Cant use integer

first post: ArNy64 wrote: Hello when ever i try to call a function i set internally with a p...

Using CLR stuff in events

first post: kaspertsw wrote: Hi guys, I have a strange problem with using stuff from the .NET l...

Nested generics - how?

first post: shaharprish wrote: Say I want to create the following object: List<List<string>> I tr...

latest post: d_brownx wrote: Without being at an actual jint environment, this may be a jint lim...

Grammar

first post: d_brownx wrote: Looks like Jint supports ES3. Is the grammar available for updati...

latest post: d_brownx wrote: Oh. I see it. It is in the Jint\PropertyBags folder!

How to issue a call to a JsFunction.

first post: shaharprish wrote: Hi, I am able to get a JsFunction instance out of a JsObject - tha...

latest post: shaharprish wrote: Nope.. CallFunction() calls a global JsFunction - there's no way to...

Calling C# void method causes JintException

first post: charlesrich wrote: Hi, It appears that if I call a void C# method from the interpreter...

latest post: Corscaria wrote: I was able to solve this problem with 2 changes In NativeMethodOver...

New Contributor Page

first post: d_brownx wrote: I really like this project. I see some very good things here. I'...

Security per .net type - sandbox

first post: sebbie wrote: I'm trying to achieve sandboxed environment. I want Jint script to...

Assigning events to existing CLR objects

first post: kaspertsw wrote: Hi guys,I'm rather new to Jint, but it seems like a really great pr...

latest post: JesseDunlap wrote: cin wrote: Hi, yes it's possible to subscribe to the events, v...

Pass a JS function as a "Delegate" to an external method {SOLVED}

first post: FrAgMeNtS17 wrote: Does Jint support this? Example: &#43;&#43;&#43;&#43;&#43;&#43;&#...

0.9.0 no longer works in monotouch

first post: johnspurlock wrote: It looks like 0.9.0 uses reflection.emit, which makes jint unusable...

latest post: Argathron wrote: Are there any new info regarding using the newest version with Mono...

OK Jint, how about manipulating an HTML document?

first post: CZahrobsky wrote: I've had some success unit testing JavaScript functions using JInt...

latest post: sebastienros wrote: I have done that 2 years ago and it was working fine. Using envJs, ...

Add CLR Objects with CRL Disabled in Jint

first post: taddem wrote: Hi there, at the moment i am doing this: public class test...

why dictionay read blocked by AllowClr false

first post: pm100 wrote: running var k = dict['foo'] fails if allowclr is false (dict loade...

Altr.Runtime source code version/location

first post: anassisi wrote: Hi, this project is really cool thank you. I'm rebuilding Jint tar...

Using custom c# Objects inside Jint

first post: tpastor wrote: Iam trying the following code: public class teste { ...

latest post: tpastor wrote: Answering my question: I was defining my class inside of the class...

Can I include multiple Javascript files as libraries?

first post: mousepotato wrote: I couldn't find it in documentation. Can I use multiple javascript ...

latest post: digitalpowers wrote: Right so do I, which might be why I was having trouble. I just tho...

Controlling what's Marshalled

first post: UniqueId wrote: Is there any possibility of the very clever developers adding the ...

latest post: uniqueid wrote: Thank you very much for taking the time to help me - it's very much...

Strict mode

first post: andersekdahl wrote: Hi, Are there any plans to detect strict mode by looking for "us...

latest post: cin wrote: sorry, I missed this option, but now you should be able to.

Error when multithreading

first post: JeffRosenthal wrote: I am attempting to do a simple example of of JINT in a mulitthreade...

latest post: cin wrote: mutithreading will break debug capabilities such as call stack, sin...

Change in Function exception

first post: ChristianHGross wrote: In two places you throw the error: throw new JsException(Global.Er...

Support for dynamic objects?

first post: valerianot wrote: Hi, Is there a plan to support dynamic objects ? I would like to w...

latest post: cin wrote: yes, support for dynamic objects is planned

Getting InvaliProgra Exception in Windows Phone 7

first post: janaknm wrote: In Windows Phone 7 application I've registered the SyaHelloClass a...

JINT Engine Compile is very slow on WP7

first post: janaknm wrote: I've tried to compile the larger script (Having more thatn 15000 l...

Using on Mono and Have Problem

first post: ChristianHGross wrote: I using JInt on Mono and have a real problem. In the example sourc...

latest post: cin wrote: Please note, that regular .net methods can't be used as constructors.

Any issues executing RegExp objects in Jint?

first post: kdawg wrote: Hi all,I'm unable to achieve the expected behavior from Javascript'...

latest post: cin wrote: this bug has been fixed in 'dev' branch

Wrong implementation of array.CopyTo in jsDateConstructor?

first post: sebandres wrote: Hello! First of all great project!! It really works really well for...

latest post: cin wrote: Thank you for your sugesstion, I've fixed it.

InvalidProgramException on Windows Phone on Emitted function call

first post: shaharprish wrote: Hi,I am using a ported version of JINT on Windows Phone.Apparently,...

Setting permissions per namespace

first post: SeriousSamP wrote: Hi, Firstly, thanks for this awesome project! Please forgive me if ...

What's up with string methods?

first post: GWBasic wrote: So, normally in JavaScript, "strings" have specific methods.I've re...

latest post: krisoye wrote: I also noticed that JsString does not implement IComparable. The s...

Scripting Shorthand Question

first post: krisoye wrote: Is it possible to easily implement (e.g. without creating my own wr...

Cancel/stop a run

first post: Gpe wrote: Hello all,I am developing another Javascript editor/debugger. My la...

latest post: jorgeleo wrote: Wating for the approval:http://jint.codeplex.com/SourceControl/netw...

Jint Used In FocusOPEN DAM System

first post: daydream wrote: Hi,I'm not sure if it is appropriate to post in this forum on this ...

Noob question: how to use C# objects from JavaScript?

first post: Uhehesh wrote: Hello, I haven't found answer for my question. How to use C# object...

latest post: Uhehesh wrote: Thank you. This works. And how to add methods? It seems that I have...

"this" parameter for the global scope

first post: methodworx wrote: Hi,Just trying to figure out how to make the script scope replicate...

latest post: krisoye wrote: I've been trying various overrides in JsGlobal now myself, but with...

Allowing Get/Set for parameters

first post: methodworx wrote: Ive been creating functions like this: ((JsGlobal)script.Global)["a...

Initialize the engine (context)

first post: PurL wrote: Hi, If I write : try { object res; res = engine.Run("return 12...

latest post: Zigo wrote: Hi jorgeleo,Thanks for your reply and compliments for your project,...

Problem with decimals and doubles

first post: starnutoditopo wrote: Hi!I'm having troubles with a method that manages numbers.The metho...

CallFunctionArguments - CLR or Javascript types

first post: simmotech wrote: If I use CallFunction("MyFunction", "MyStringArg") the it would app...

Javascript newbie tries Jint

first post: simmotech wrote: I've been trying to use Javascript for the last few days (I am a C#...

Calling a DynamicObject

first post: ertant wrote: Hi,I'm trying call a dynamic object from jint but i cannot make it ...

latest post: tweiss wrote: Hello,I know that this topic is now quite old, but from my tests it...

Script Marshalling Problem

first post: krisoye wrote: For better or worse, I am trying to write my own HTML DOM and am us...

[TIPS] How To Properly Call A Method

first post: audinue wrote: Imports: using System; using Jint; using Jint.Native; In Program...

latest post: Ansjh wrote: This is interesting! Thank you.

Stack overflow comparing Dates to strings

first post: AndyPhilpotts wrote: I have code which involves a comparison between a date and a string...

latest post: AndyPhilpotts wrote: Thanks, given the description in the bug, I think I can come up wit...

Cannot build using .NET 4.0, problem in JsMathConstructor.cs

first post: AndyPhilpotts wrote: There seems to be a compatibility error in .NET 4.0, which is somew...

Where does one acquire the sources for the Antlr dependency?

first post: shaharprish wrote: I downloaded the runtime sources from the antlr site http://www.ant...

Security - trust passed parameters and functions

first post: jaks wrote: Thanks for a greaat project! Is there a way to "trust" the passe...

latest post: jaks wrote: My situation are that I only pass one object to Jint. The object ha...

coercion from javascript functions to .NET delegates?

first post: jr76 wrote: Apologies if this question has been answered before, but I could no...

latest post: cin wrote: This discussion has been copied to a work item. Click here to go to...

Consideration about Marshaller class..

first post: zigo wrote: Hi to all,I wanted to share with you a little consideration about M...

latest post: cin wrote: Hi,Glad to see that you solved your problem.Please note that you ca...

Getting source code of a JsFunction object

first post: Thomas233 wrote: Hello, i`ve another question regarding your awesome Jint library. I...

latest post: Thomas233 wrote: By the way the function GetBody() of an JsInstance object just retu...

Javascript function as .Net delegate - with .Net classes

first post: stewarta wrote: Hi,I define some functions in javascript that are used as callbacks...

latest post: cin wrote: You are welcome!

Circumvent ~650 token limit for parsing in debug mode

first post: Twinbee wrote: A minor one really.I can have around "1&#43;1&#43;1&#43;1&#43;1&#43...

Evaluating JsFunction passed to external function

first post: Thomas233 wrote: Hello, first of all thank you very much for this great engine, its ...

latest post: Thomas233 wrote: Hello, for the moment I`ve "workarounded" this problem by passing p...

Sample calling javascript with XMLHttpRequest needed.

first post: abmv wrote: Please provide a console sample for calling javascript with XMLHttp...

cannot use .net exposed functions in a couples of cases

first post: pm100 wrote: I have exposed a C# object with some functions to jint (using SetPa...

latest post: pm100 wrote: oops - i see what you mean

how to add the only selected assembly?

first post: ASD2003ru wrote: how to add the only selected assembly? For example, I want to add ...

Using Jint in CLR function

first post: johndahl wrote: I am trying to use Jint in a CLR function, that can be executed in ...

.NET String addition doesn't work?

first post: acak7 wrote: Hey, I was playing around with this interpreter today and I wonder...

latest post: acak7 wrote: Maybe I should add that I've also tried : return ht["x"].GetStrProp...

Use Linq in javascript

first post: zhihongwang wrote: The following code works in C#, but error was thrown if run it as j...

latest post: cin wrote: Try using XName.Get static method to create a XName object from a s...

A big Thankyou to Jint's creators!

first post: Twinbee wrote: I was the guy who a few months back asked about shortening the Jint...

latest post: Twinbee wrote: Hmmm, yeah sounds feasible I guess, though my current host (ICDsoft...

Step over

first post: zhihongwang wrote: Jint step is basically step into. I'm trying to implement "step ov...

Problems with NativeConstructor and arrays in jint .NET4

first post: zigo wrote: Hi to all, I encountered some security problems with arrays in a re...

System.MethodAccessException

first post: charlesrich wrote: I am still struggling with getting Jint to call my code from inside...

latest post: charlesrich wrote: My bad. I was led astray by the New Project template. Of course th...

Nesting objects into arrays in return value

first post: Vroomfundel wrote: Hi all,Jint has allowed for some pretty interesting stuff on the pr...

latest post: Vroomfundel wrote: Thanks for your reply, Cin - I thought I have checked everything ob...

Javascript file inclusion

first post: zhihongwang wrote: I have a javascript file which calls functions contained in other j...

AjaxDoc

first post: SelormeyPaul wrote: This is Off-Topic, but looking for the possibility of using this or...

latest post: SelormeyPaul wrote: Thanks for the reply and the information.Best regards, Paul.

Json

first post: drsounds wrote: How I pass out an json object to an javascript by SetParameter("my_...

latest post: fredericaltorres wrote: Douglas Crockford's json2, does not work with Jint 0.8.9, but wor...

Can't compile source code

first post: Mahlzeit wrote: First I get errors that the Antlr namespace can't be found, which s...

latest post: steveh2010 wrote: The sensible thing to do at this point is to have the Jint library ...

Able to specify alternative to "undefined"?

first post: mwhouser wrote: I have a particular object type that I'd like to have any "undefine...

latest post: cin wrote: Yes, it's possible, you need to create you own class, derive if fro...

Jint for WP7

first post: zerhart wrote: Has anyone had luck getting Jint working on Windows Phone 7? I've s...

JsObject -> JSON -> JsObject serialization?

first post: mwhouser wrote: Is there easy serialization/deserialization of JSON data on the CLR...

Doubts about numbers comparison

first post: zigo wrote: Hello,I've a little question about numbers comparison of different ...

latest post: zigo wrote: Thank you a lot Cin, now i've better understood.

How to put my own class into JsObject?

first post: mwhouser wrote: I want to create a global variable with a member variable not known...

latest post: cin wrote: Use JintEngine.Global.WrapClr(Object) method to create a JsInstance...

How to CallFunction() and specify "this" ?

first post: mwhouser wrote: I have a JsFunction that I am using JintEngine.CallFunction() on. ...

Problem using .NET classes from scripts

first post: charlesrich wrote: I am having a problem accessing some of my .NET classes from script...

latest post: cin wrote: It looks like the class isn't loaded, try to test is "MyName.MyClas...

Issue with assignment to a variable?

first post: SkankyMuppet wrote: Hi guys,I am using Jint in an application that needs to communicate...

two useful tips or how-to avoid 'first chance exception of type 'System.NullReferenceException' occurred in Jint.dll'

first post: pkhach wrote: Well, I have spent the whole day to figure out why my scripts sudde...

latest post: pkhach wrote: Hello Sebastien, Thank you for providing the bug-fix.I have tested...

Trouble testing isNaN

first post: kerbou wrote: Hi. I've tried out Jint for a few hours and finally banged my head ...

latest post: sebastienros wrote: No worry, thanks.