Searched refs:isStrictPut (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DOperations.h462 ALWAYS_INLINE JSValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain, bool isStrictPut) argument
475 if (isStrictPut && !base->getPropertySlot(callFrame, property, slot))
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp278 bool isStrictPut = vPC[3].u.operand; local
280 JSValue result = JSC::resolveBase(callFrame, ident, callFrame->scopeChain(), isStrictPut);

Completed in 79 milliseconds