HomeSort by relevance Sort by last modified time
    Searched refs:Unexpected (Results 1 - 21 of 21) sorted by null

  /external/v8/test/mjsunit/
mirror-object.js 52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierachy');
53 assertTrue(mirror instanceof debug.ValueMirror, 'Unexpected mirror hierachy');
54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
57 assertTrue(mirror.isObject(), 'Unexpected mirror');
58 assertEquals('object', mirror.type(), 'Unexpected mirror type');
59 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
60 assertEquals(cls_name, mirror.className(), 'Unexpected mirror class name');
61 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
62 assertEquals(ctor_name, mirror.constructorFunction().name(), 'Unexpected constructor function name');
63 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy')
    [all...]
mirror-array.js 52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierachy');
53 assertTrue(mirror instanceof debug.ValueMirror, 'Unexpected mirror hierachy');
54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
55 assertTrue(mirror instanceof debug.ArrayMirror, 'Unexpected mirror hierachy');
58 assertTrue(mirror.isArray(), 'Unexpected mirror');
59 assertEquals('object', mirror.type(), 'Unexpected mirror type');
60 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
61 assertEquals('Array', mirror.className(), 'Unexpected mirror class name');
62 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
63 assertEquals('Array', mirror.constructorFunction().name(), 'Unexpected constructor function name')
    [all...]
mirror-unresolved-function.js 70 assertEquals('function', fromJSON.type, 'Unexpected mirror type in JSON');
71 assertEquals('Function', fromJSON.className, 'Unexpected mirror class name in JSON');
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');
74 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object handle in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
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-regexp.js 90 'Unexpected value for ' + p + ' attributes');
93 'Unexpected value for ' + p + ' propertyType');
96 'Unexpected handle for ' + p);
99 'Unexpected value for ' + p);
debug-return-value.js 99 fail("Unexpected");
debug-script.js 56 assertUnreachable('Unexpected type ' + scripts[i].type);
debug-handle.js 218 'Unexpected number of resolved objects');
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
notimer-after-unload.js 11 function(p) {alert('FAIL: Unexpected Geolocation success callback.');},
12 function(e) {alert('FAIL: Unexpected Geolocation error callback.' + e.code + e.message);},
  /cts/tests/tests/webkitsecurity/assets/
close-in-onmessage-crash.js 24 postMessage('FAIL: worker: Unexpected exception: ' + e);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 81 throw new IllegalArgumentException("Unexpected escape character " + c + "[" + (int) c + "]");
  /external/llvm/test/MC/AsmParser/
exprs.s 5 .abort Unexpected $0 != $1.
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
666 buffer + ": Unexpected token at " + lookAhead(0),
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
  /external/v8/test/cctest/
test-log-stack-tracer.cc 374 #error Unexpected platform.
  /external/v8/src/
messages.js 137 "unexpected_token", ["Unexpected token ", "%0"],
138 "unexpected_token_number", ["Unexpected number"],
139 "unexpected_token_string", ["Unexpected string"],
140 "unexpected_token_identifier", ["Unexpected identifier"],
141 "unexpected_reserved", ["Unexpected reserved word"],
142 "unexpected_strict_reserved", ["Unexpected strict mode reserved word"],
143 "unexpected_eos", ["Unexpected end of input"],
    [all...]
debug-debugger.js 264 throw new Error("Unexpected breakpoint type " + type);
408 throw new Error("Unexpected breakpoint type " + this.type_);
    [all...]
d8.js 1027 throw new Error('Unexpected arguments.');
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 216 alert('Error: got unexpected App ID');
258 alert('Unexpected launch type: ' + app.launch_type);
346 throw new Error('Unexpected chrome command: ' + command);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
syswrap-generic.c     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 235 console.log('Unexpected value in iconTypes[' + name + ']: ' + value);
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 709 default: llvm_unreachable("Unexpected type for integer literal!");
    [all...]

Completed in 531 milliseconds