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

  /external/v8/test/mjsunit/
mirror-unresolved-function.js 65 assertEquals('undefined', mirror.protoObject().type());
74 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object handle in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
mirror-object.js 63 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
98 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object handle in JSON');
99 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
mirror-function.js 66 assertTrue(mirror.protoObject() instanceof debug.Mirror);
mirror-array.js 64 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 727 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame));
732 Structure** prototypeStructureAddress = &(protoObject->m_structure);
741 compileGetDirectOffset(protoObject, regT2, regT1, regT0, cachedOffset);
    [all...]
  /external/v8/src/
mirror-debugger.js 591 ObjectMirror.prototype.protoObject = function() {
934 UnresolvedFunctionMirror.prototype.protoObject = function() {
    [all...]
d8.js     [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js     [all...]

Completed in 2245 milliseconds