HomeSort by relevance Sort by last modified time
    Searched full:constructorfunction (Results 1 - 8 of 8) sorted by null

  /external/v8/test/mjsunit/
mirror-unresolved-function.js 64 assertEquals('undefined', mirror.constructorFunction().type());
72 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
mirror-array.js 62 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
63 assertEquals('Array', mirror.constructorFunction().name(), 'Unexpected constructor function name');
79 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
80 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
81 assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
mirror-function.js 65 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror);
76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type);
77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
mirror-object.js 61 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
62 assertEquals(ctor_name, mirror.constructorFunction().name(), 'Unexpected constructor function name');
95 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
  /external/webkit/WebCore/dom/
make_names.pl 646 print F "typedef PassRefPtr<$parameters{namespace}Element> (*ConstructorFunction)(const QualifiedName&, Document*";
650 typedef HashMap<AtomicStringImpl*, ConstructorFunction> FunctionMap;
664 static void addTag(const QualifiedName& tag, ConstructorFunction func)
713 if (ConstructorFunction function = gFunctionMap->get(qName.localName().impl()))
  /external/v8/src/
mirror-debugger.js 581 ObjectMirror.prototype.constructorFunction = function() {
761 var ctor = this.constructorFunction();
924 UnresolvedFunctionMirror.prototype.constructorFunction = function() {
    [all...]
d8.js     [all...]
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js     [all...]

Completed in 499 milliseconds