Searched refs:prototypeObject (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/mjsunit/ |
D | mirror-unresolved-function.js | 66 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…
|
D | mirror-object.js | 64 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…
|
D | mirror-function.js | 67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
|
D | mirror-array.js | 65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
|
/external/chromium_org/v8/test/mjsunit/ |
D | mirror-unresolved-function.js | 66 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…
|
D | mirror-object.js | 64 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…
|
D | mirror-function.js | 67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
|
D | mirror-array.js | 65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8PerContextData.cpp | 129 v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(prototypeValue); in constructorForTypeSlowCase() local 130 if (prototypeObject->InternalFieldCount() == v8PrototypeInternalFieldcount in constructorForTypeSlowCase() 132 …prototypeObject->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/ |
D | mirror-debugger.js | 589 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/ |
D | mirror-debugger.js | 598 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror 998 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror 2406 content.prototypeObject = this.serializeReference(mirror.prototypeObject());
|