|
|
|
@ -125,6 +125,7 @@ bool doAssignment(js_function &rootScope, std::string token);
@@ -125,6 +125,7 @@ bool doAssignment(js_function &rootScope, std::string token);
|
|
|
|
|
void parseArray(js_function &rootScope, std::string token); |
|
|
|
|
//js_internal_storage *parseExpression(js_function &rootScope, std::string token);
|
|
|
|
|
void parseJSON(js_function &rootScope, std::string token); |
|
|
|
|
js_object *jsGetObject(js_function &rootScope, std::string token); |
|
|
|
|
|
|
|
|
|
std::vector<std::string> jsGetTokens(const std::string &source, const size_t start); |
|
|
|
|
// belongs in js_function
|
|
|
|
|