Home
last modified time | relevance | path

Searched refs:prototypeObject (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/mjsunit/
Dmirror-unresolved-function.js66 assertEquals('undefined', mirror.prototypeObject().type());
76 assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototype…
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype obj…
Dmirror-object.js64 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
100 …assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototyp…
101 …assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Une…
Dmirror-function.js67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
Dmirror-array.js65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/chromium_org/v8/test/mjsunit/
Dmirror-unresolved-function.js66 assertEquals('undefined', mirror.prototypeObject().type());
76 assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototype…
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype obj…
Dmirror-object.js64 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierarchy');
107 …assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototyp…
108 …assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Une…
Dmirror-function.js67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
Dmirror-array.js65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.cpp129 v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(prototypeValue); in constructorForTypeSlowCase() local
130 if (prototypeObject->InternalFieldCount() == v8PrototypeInternalFieldcount in constructorForTypeSlowCase()
132prototypeObject->SetAlignedPointerInInternalField(v8PrototypeTypeIndex, const_cast<WrapperTypeInfo… in constructorForTypeSlowCase()
133 type->installPerContextEnabledMethods(prototypeObject, m_isolate); in constructorForTypeSlowCase()
135 prototypeObject->SetPrototype(m_errorPrototype.newLocal(m_isolate)); in constructorForTypeSlowCase()
/external/v8/src/
Dmirror-debugger.js589 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror
932 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror
2235 content.prototypeObject = this.serializeReference(mirror.prototypeObject());
/external/chromium_org/v8/src/
Dmirror-debugger.js598 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror
998 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror
2406 content.prototypeObject = this.serializeReference(mirror.prototypeObject());