This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/quickjs.c b/quickjs.c | |
index 8fbb7a3..00d67df 100644 | |
--- a/quickjs.c | |
+++ b/quickjs.c | |
@@ -73,7 +73,7 @@ | |
#if !defined(EMSCRIPTEN) | |
/* enable stack limitation */ | |
-#define CONFIG_STACK_CHECK | |
+// #define CONFIG_STACK_CHECK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef ECMASCRIPT_ALLOCATOR_H | |
#define ECMASCRIPT_ALLOCATOR_H | |
#include "core/os/memory.h" | |
template <class T> | |
class ECMAScriptNativeAllocator { | |
struct Node { | |
Node *previous = NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"layaApp", | |
"version":"1.0.1", | |
"devUpdateUrl":"", | |
"updateUrl":"http://engine.layabox.com/layaAppUpdate/layaApp/v2.1/", | |
"updateDelay":0, | |
"mainjs":"scripts/index.js" | |
} |