Searched refs:Mirror (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dmirror-null.js37 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-undefined.js37 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-function.js52 assertTrue(mirror instanceof debug.Mirror);
66 assertTrue(mirror.protoObject() instanceof debug.Mirror);
67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
H A Dmirror-boolean.js38 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-array.js52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierachy');
64 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
71 assertTrue(indexedProperties[i] instanceof debug.Mirror, 'Unexpected mirror hierachy');
H A Dmirror-number.js38 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-date.js38 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-string.js40 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-error.js52 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-script.js39 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-unresolved-function.js50 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-object.js52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierarchy');
63 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierarchy');
64 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierarchy');
72 assertTrue(properties[i] instanceof debug.Mirror, 'Unexpected mirror hierarchy');
80 assertTrue(internalProperties[i] instanceof debug.Mirror, 'Unexpected mirror hierarchy');
H A Dmirror-regexp.js63 assertTrue(mirror instanceof debug.Mirror);
/external/chromium_org/v8/src/
H A Dmirror-debugger.js9 // Mirror cache.
40 * @returns {Mirror} the mirror reflects the passed value or object
105 * @returns {Mirror or undefiend} the mirror with the requested handle or
109 if (!mirror_cache_enabled_) throw new Error("Mirror cache is disabled");
117 * @returns {Mirror} the mirror reflects the undefined value
202 // Mirror hierarchy:
203 // - Mirror
232 function Mirror(type) { class
237 Mirror.prototype.type = function() {
246 Mirror
[all...]
H A Ddebug-debugger.js1339 if (this.body instanceof Mirror) {
1344 if (this.body[i] instanceof Mirror) {
2565 if (value instanceof Mirror) {
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmirror-symbols.js15 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-collections.js13 assertTrue(mirror instanceof debug.Mirror);
31 assertTrue(mirror instanceof debug.Mirror);
H A Dmirror-promises.js29 assertTrue(mirror instanceof debug.Mirror);
42 assertTrue(mirror.promiseValue() instanceof debug.Mirror);
H A Dgenerators-mirror.js36 assertTrue(mirror instanceof debug.Mirror);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h808 void Construct##FOURCC##Mirror() { \

Completed in 175 milliseconds