Searched refs:constructError (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DErrorConstructor.h40 ErrorInstance* constructError(ExecState*, const ArgList&);
H A DErrorConstructor.cpp41 ErrorInstance* constructError(ExecState* exec, const ArgList& args) function in namespace:JSC
51 return constructError(exec, args);
64 return constructError(exec, args);
/external/webkit/JavaScriptCore/API/
H A DJSObjectRef.cpp191 JSObject* result = constructError(exec, argList);

Completed in 57 milliseconds