Searched refs:constrVal (Results 1 – 1 of 1) sorted by relevance
1745 JSValue constrVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local1750 ConstructType constructType = constrVal.getConstructData(constructData); in DEFINE_STUB_FUNCTION()1758 returnValue = constructData.native.function(callFrame, asObject(constrVal), argList); in DEFINE_STUB_FUNCTION()1769 …stackFrame.globalData->exception = createNotAConstructorError(callFrame, constrVal, vPCIndex, code… in DEFINE_STUB_FUNCTION()