Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2169 JSValue funcVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
2172 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() local
3208 if (baseValue == globalObject && funcVal == globalObject->evalFunction()) { in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3832 JSValue funcVal = callFrame->r(func).jsValue(); in privateExecute() local
3839 if (thisValue == globalObject && funcVal == globalObject->evalFunction()) { in privateExecute()