Searched defs:funcVal (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp2169 JSValue funcVal = stackFrame.args[0].jsValue(); local
2172 CallType callType = getCallData(funcVal, callData);
2186 callFrame->init(0, static_cast<Instruction*>((STUB_RETURN_ADDRESS).value()), previousCallFrame->scopeChain(), previousCallFrame, argCount, asObject(funcVal));
2200 stackFrame.globalData->exception = createNotAFunctionError(stackFrame.callFrame, funcVal);
3199 JSValue funcVal = stackFrame.args[0].jsValue(); local
3208 if (baseValue == globalObject && funcVal == globalObject->evalFunction()) {

Completed in 170 milliseconds