HomeSort by relevance Sort by last modified time
    Searched refs:globalFuncEscape (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.h 48 EncodedJSValue JSC_HOST_CALL globalFuncEscape(ExecState*);
JSGlobalObjectFunctions.cpp 534 EncodedJSValue JSC_HOST_CALL globalFuncEscape(ExecState* exec)
JSGlobalObject.cpp 286 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(), 1, Identifier(exec, "escape"), globalFuncEscape), DontEnum);

Completed in 44 milliseconds