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

  /external/webkit/Source/JavaScriptCore/runtime/
Error.h 41 JSObject* createEvalError(JSGlobalObject*, const UString&);
49 JSObject* createEvalError(ExecState*, const UString&);
Error.cpp 48 JSObject* createEvalError(JSGlobalObject* globalObject, const UString& message)
89 JSObject* createEvalError(ExecState* exec, const UString& message)
91 return createEvalError(exec->lexicalGlobalObject(), message);
JSGlobalObjectFunctions.cpp 440 return throwVMError(exec, createEvalError(exec, "The \"this\" value passed to eval must be the global object from which eval originated"));

Completed in 61 milliseconds