Home
last modified time | relevance | path

Searched refs:createNotAConstructorError (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DExceptionHelpers.h54 JSObject* createNotAConstructorError(ExecState*, JSValue);
DExceptionHelpers.cpp103 JSObject* createNotAConstructorError(ExecState* exec, JSValue value) in createNotAConstructorError() function
DJSFunction.cpp47 return throwVMError(exec, createNotAConstructorError(exec, exec->callee())); in callHostFunctionAsConstructor()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2334 stackFrame.globalData->exception = createNotAConstructorError(stackFrame.callFrame, constrVal); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4424 exceptionValue = createNotAConstructorError(callFrame, v); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-166422 (JSC::createNotAConstructorError):
14250 (JSC::createNotAConstructorError): Ditto.
14739 (JSC::createNotAConstructorError):
17289 (JSC::createNotAConstructorError): Ditto.
17396 (JSC::createNotAConstructorError):
34231 (JSC::createNotAConstructorError):
37033 (KJS::Machine::cti_op_construct_NotJSConstruct): Throw a createNotAConstructorError,
DChangeLog-2008-08-101224 (KJS::createNotAConstructorError):
8855 (KJS::createNotAConstructorError):
12158 (KJS::createNotAConstructorError):
DChangeLog-2011-02-1610323 (JSC::createNotAConstructorError):
23074 (JSC::createNotAConstructorError):
DChangeLog-2010-05-2420910 (JSC::createNotAConstructorError):