Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1901 JSValue constrVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
1906 ConstructType constructType = constrVal.getConstructData(constructData); in DEFINE_STUB_FUNCTION()
1914 returnValue = constructData.native.function(callFrame, asObject(constrVal), argList); in DEFINE_STUB_FUNCTION()
1925 …stackFrame.globalData->exception = createNotAConstructorError(callFrame, constrVal, vPCIndex, code… in DEFINE_STUB_FUNCTION()