Searched refs:funcVal (Results 1 – 2 of 2) sorted by relevance
2169 JSValue funcVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local2172 CallType callType = getCallData(funcVal, callData); in DEFINE_STUB_FUNCTION()2186 …DDRESS).value()), previousCallFrame->scopeChain(), previousCallFrame, argCount, asObject(funcVal)); in DEFINE_STUB_FUNCTION()2200 stackFrame.globalData->exception = createNotAFunctionError(stackFrame.callFrame, funcVal); in DEFINE_STUB_FUNCTION()3199 JSValue funcVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local3208 if (baseValue == globalObject && funcVal == globalObject->evalFunction()) { in DEFINE_STUB_FUNCTION()
3832 JSValue funcVal = callFrame->r(func).jsValue(); in privateExecute() local3839 if (thisValue == globalObject && funcVal == globalObject->evalFunction()) { in privateExecute()