HomeSort by relevance Sort by last modified time
    Searched refs:isStrictPut (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 462 ALWAYS_INLINE JSValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain, bool isStrictPut)
475 if (isStrictPut && !base->getPropertySlot(callFrame, property, slot))
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 278 bool isStrictPut = vPC[3].u.operand;
280 JSValue result = JSC::resolveBase(callFrame, ident, callFrame->scopeChain(), isStrictPut);
    [all...]

Completed in 32 milliseconds