Searched refs:functionCheckSyntax (Results 1 - 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/ |
H A D | jsc.cpp | 80 static JSValue JSC_HOST_CALL functionCheckSyntax(ExecState*, JSObject*, JSValue, const ArgList&); 160 putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Identifier(globalExec(), "checkSyntax"), functionCheckSyntax)); local 241 JSValue JSC_HOST_CALL functionCheckSyntax(ExecState* exec, JSObject* o, JSValue v, const ArgList& args) function
|
Completed in 76 milliseconds