jint Questions

3

Solved

I'm trying to write an isomorphic module. The server javascript is going to run inside of JINT. I have created a webpack bundle specifically to build the server version of the module. I want to exp...
Sunward asked 13/6, 2016 at 15:2

5

Solved

I want to load a JavaScript file using Jint, but I can't seem to figure it out. The documentation said I could do something like engine.run(file1), but it doesn't appear to be loading any files. Do...
Disfavor asked 14/8, 2011 at 19:24

0

Has anybody ever faced a memory leak problem with IActiveScriptParse32::ParseScriptText when using it in C#? I need a ScriptEngine that is able to parse JavaScript-Code. (Everything works fine, exc...
Engelhardt asked 25/6, 2019 at 14:56

1

Solved

I am looking a way to include another js file natively in JInt (javascript interpreter for C# Unity). I understand that I can simple concatenate all my js files to one string and run it via normal ...
Citrange asked 14/2, 2018 at 19:22

1

I would like to load a DOM using a document (in string form) or a URL, and then Execute javascript functions (including jquery selectors) against it. This would be totally server side, in process, ...
Dramshop asked 4/6, 2012 at 18:20

2

Solved

I would like to understand how Jint, a JavaScript Intrepreter written in C# works. Specifically: How does it makes use of Antlr? Which parts, if any, or this project are novel, and which parts rep...
Ankeny asked 17/5, 2011 at 1:54

3

Is it possible to use jint to manipulate a 3D environment created with XNA (C#), and to add functionality to this environment (again using jint)?
Effect asked 1/1, 2010 at 14:45

1

Solved

I've been using Jint to run server-side JavaScript code and I'm liking it a lot so far. The one issue I'm having is debugging. JInt exposes events that can fire when a statement is executed or a b...
Stefanysteffane asked 4/12, 2009 at 23:57
1

© 2022 - 2024 — McMap. All rights reserved.