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

  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 819 JSCell* baseCell = baseValue.asCell();
820 Structure* structure = baseCell->structure();
827 // If baseCell != base, then baseCell must be a proxy for another object.
828 if (baseCell != slot.base()) {
843 normalizePrototypeChain(callFrame, baseCell);
887 JSCell* baseCell = baseValue.asCell();
888 Structure* structure = baseCell->structure();
    [all...]

Completed in 44 milliseconds