-
The enclosed Java program, used to run a script, fails when run using Graalvm but not when using Nashorn with the following stacktrace:
graaldir/bin/java Test1 test1.js
class com.oracle.truffle.js.s…
-
Hi author, I need dynamic collection query like this:
```
var cNames=db.getCollectionNames();
cNames.forEach(cName=>{
db.getCollection(cName).aggregate([
{
$addFields:{
Amount:{$conv…
-
As per the Java Scripting API docs (https://docs.oracle.com/javase/7/docs/api/javax/script/ScriptContext.html) a ScriptEngine should honour the Scope of a Binding:
```
ENGINE_SCOPE: EngineScope at…
-
I'm using RC15. Here's a failing test (in Groovy) that shows the issue:
```
@Test
void "Java Map converts to JS Object, but members are not visible"() {
def context = Context.newBuilder("js…
-
I am trying to replace nashorn by GraalJS in a big Java application. Thus I can not start from this repository. Since I could not find information in the graal docs, I am asking this here:
- Which co…
-
I was trying to execute NextJS with GraalVM and this error happened:
```
SyntaxError: Unsupported regular expression /(?
-
I would like to replace v8 with another engine in v8. I suspect this is a complex task, and it would be great if you could give me any advice how to do it. My plan is to keep v8.h and create an emulat…
-
[prequsite: operating system timezone where grall vm is executing shouldn't be 'America/New_York'. for experiment keep it GMT
Executing the following code
new Date().toLocaleString('en-US', { tim…
-
**Describe the bug**
I tried to import openapi spec file from the UI, but nothing happened. After checking the logs, I noticed very ugly error:
```
2021-05-09 10:01:09,612 [ZAP-Import-OpenAPI-2] ER…
-
I don't understand how does [HostAccess.Builder#allowImplementations](https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/HostAccess.Builder.html#allowImplementations-java.lang.Class-) (and simil…