OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototypeObject
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp
129
v8::Local<v8::Object>
prototypeObject
= v8::Local<v8::Object>::Cast(prototypeValue);
130
if (
prototypeObject
->InternalFieldCount() == v8PrototypeInternalFieldcount
132
prototypeObject
->SetAlignedPointerInInternalField(v8PrototypeTypeIndex, const_cast<WrapperTypeInfo*>(type));
133
type->installPerContextEnabledMethods(
prototypeObject
, m_isolate);
135
prototypeObject
->SetPrototype(m_errorPrototype.newLocal(m_isolate));
/external/chromium_org/v8/test/mjsunit/
mirror-unresolved-function.js
66
assertEquals('undefined', mirror.
prototypeObject
().type());
76
assertEquals(mirror.
prototypeObject
().handle(), fromJSON.
prototypeObject
.ref, 'Unexpected prototype object handle in JSON');
77
assertEquals('undefined', refs.lookup(fromJSON.
prototypeObject
.ref).type, 'Unexpected prototype object type in JSON');
mirror-object.js
64
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror, 'Unexpected mirror hierarchy');
107
assertEquals(mirror.
prototypeObject
().handle(), fromJSON.
prototypeObject
.ref, 'Unexpected prototype object handle in JSON');
108
assertEquals(mirror.
prototypeObject
().type(), refs.lookup(fromJSON.
prototypeObject
.ref).type, 'Unexpected prototype object type in JSON');
mirror-function.js
67
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror);
mirror-array.js
65
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/v8/test/mjsunit/
mirror-unresolved-function.js
66
assertEquals('undefined', mirror.
prototypeObject
().type());
76
assertEquals(mirror.
prototypeObject
().handle(), fromJSON.
prototypeObject
.ref, 'Unexpected prototype object handle in JSON');
77
assertEquals('undefined', refs.lookup(fromJSON.
prototypeObject
.ref).type, 'Unexpected prototype object type in JSON');
mirror-object.js
64
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror, 'Unexpected mirror hierachy');
100
assertEquals(mirror.
prototypeObject
().handle(), fromJSON.
prototypeObject
.ref, 'Unexpected prototype object handle in JSON');
101
assertEquals(mirror.
prototypeObject
().type(), refs.lookup(fromJSON.
prototypeObject
.ref).type, 'Unexpected prototype object type in JSON');
mirror-function.js
67
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror);
mirror-array.js
65
assertTrue(mirror.
prototypeObject
() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/chromium_org/v8/src/
mirror-debugger.js
598
ObjectMirror.prototype.
prototypeObject
= function() {
998
UnresolvedFunctionMirror.prototype.
prototypeObject
= function() {
[
all
...]
/external/v8/src/
mirror-debugger.js
589
ObjectMirror.prototype.
prototypeObject
= function() {
932
UnresolvedFunctionMirror.prototype.
prototypeObject
= function() {
[
all
...]
Completed in 141 milliseconds