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

  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 796 JSCell* baseCell = asCell(baseValue);
797 Structure* structure = baseCell->structure();
804 // If baseCell != base, then baseCell must be a proxy for another object.
805 if (baseCell != slot.base()) {
820 normalizePrototypeChain(callFrame, baseCell);
864 JSCell* baseCell = asCell(baseValue);
865 Structure* structure = baseCell->structure();
    [all...]

Completed in 643 milliseconds