Searched refs:protoObject (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-unresolved-function.js65 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');
H A Dmirror-object.js63 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');
H A Dmirror-function.js66 assertTrue(mirror.protoObject() instanceof debug.Mirror);
H A Dmirror-array.js64 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp726 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); local
732 const void* prototypeStructureAddress = protoObject->addressOfStructure();
745 compileGetDirectOffset(protoObject, regT1, cachedOffset);
754 stubCall.addArgument(TrustedImmPtr(protoObject));
760 compileGetDirectOffset(protoObject, regT0, cachedOffset);
848 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); local
854 const void* prototypeStructureAddress = protoObject->addressOfStructure();
866 compileGetDirectOffset(protoObject, regT1, cachedOffset);
875 stubCall.addArgument(TrustedImmPtr(protoObject));
881 compileGetDirectOffset(protoObject, regT
922 JSObject* protoObject = 0; local
990 JSObject* protoObject = 0; local
[all...]
H A DJITPropertyAccess32_64.cpp755 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); local
760 const void* prototypeStructureAddress = protoObject->addressOfStructure();
771 compileGetDirectOffset(protoObject, regT2, regT1, cachedOffset);
780 stubCall.addArgument(TrustedImmPtr(protoObject));
786 compileGetDirectOffset(protoObject, regT1, regT0, cachedOffset);
880 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); local
886 const void* prototypeStructureAddress = protoObject->addressOfStructure();
897 compileGetDirectOffset(protoObject, regT2, regT1, cachedOffset);
906 stubCall.addArgument(TrustedImmPtr(protoObject));
912 compileGetDirectOffset(protoObject, regT
953 JSObject* protoObject = 0; local
1021 JSObject* protoObject = 0; local
[all...]
/external/v8/src/
H A Dmirror-debugger.js594 ObjectMirror.prototype.protoObject = function() {
937 UnresolvedFunctionMirror.prototype.protoObject = function() {
1615 r = r.protoObject()) {
2222 * "protoObject":{"ref":<number>},
2234 content.protoObject = this.serializeReference(mirror.protoObject());
H A Dd8.js2535 var proto = this.value_.protoObject;
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp2554 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame));
2557 if (LIKELY(protoObject->structure() == prototypeStructure)) {
2561 ASSERT(protoObject->get(callFrame, codeBlock->identifier(vPC[3].u.operand)) == protoObject->getDirectOffset(offset));
2562 ASSERT(baseValue.get(callFrame, codeBlock->identifier(vPC[3].u.operand)) == protoObject->getDirectOffset(offset));
2563 callFrame->uncheckedR(dst) = JSValue(protoObject->getDirectOffset(offset));
2593 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame));
2596 if (LIKELY(protoObject->structure() == prototypeStructure)) {
2599 if (GetterSetter* getterSetter = asGetterSetter(protoObject->getDirectOffset(offset).asCell())) {
2638 JSObject* protoObject
[all...]

Completed in 107 milliseconds