Home
last modified time | relevance | path

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

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