HomeSort by relevance Sort by last modified time
    Searched refs:instanceof (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /external/v8/test/mjsunit/compiler/
inline-arguments.js 34 assertTrue(this instanceof A);
  /external/v8/test/mjsunit/regress/
regress-347914.js 43 assertInstanceof = function assertInstanceof(obj, type) { if (!(obj instanceof type)) { var actualTypeName = null; var actualConstructor = Object.getPrototypeOf(obj).constructor; if (typeof actualConstructor == "function") { actualTypeName = actualConstructor.name || String(actualConstructor); } fail("Object <" + PrettyPrint(obj) + "> is not an instance of <" + (type.name || type) + ">" + (actualTypeName ? " but of < " + actualTypeName + ">" : "")); } };
  /external/v8/test/webkit/fast/js/kde/
exception_propagation.js 193 checkOperator("instanceof","OpInstanceOf");
  /external/v8/src/
debug-debugger.js 204 if (!(mirror instanceof ValueMirror) || !%ToBoolean(mirror.value_)) {
    [all...]
messages.js 53 instanceof_function_expected: ["Expecting a function in instanceof check, but got ", "%0"],
54 instanceof_nonobject_proto: ["Function has non-object prototype '", "%0", "' in instanceof check"],
257 return obj instanceof $Error && objToString === ErrorToString;
    [all...]
liveedit-debugger.js 58 if (e instanceof SyntaxError) {
    [all...]
d8.js     [all...]
  /external/v8/test/mjsunit/
array-splice.js 363 assertTrue(e instanceof RangeError);
instanceof-2.js 296 var answer = (x instanceof func);
  /external/v8/test/mjsunit/es7/
object-observe.js 80 assertTrue(r instanceof Array)
    [all...]
  /external/v8/test/webkit/resources/
json2-es5-compat.js 93 return this[key] instanceof Date ?
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]
  /external/v8/test/mjsunit/es6/
generators-iteration.js 106 if (g instanceof GeneratorFunction) {
  /dalvik/docs/
prettify.js 120 "boolean byte extends final finally implements import instanceof null " +
224 "do", "else", "finally", "instanceof",
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 193 f Array)return\"array\";if(a instanceof Object)return b;var c=Object.prototype.\
350 null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d\
419 ,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j==\"number\"\
434 tructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanc\
    [all...]
pdfjs.js     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 120 "instanceof null native package strictfp super synchronized throws " +
209 "do", "else", "finally", "instanceof",
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 120 "instanceof null native package strictfp super synchronized throws " +
209 "do", "else", "finally", "instanceof",
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 120 "instanceof null native package strictfp super synchronized throws " +
209 "do", "else", "finally", "instanceof",
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js 120 "instanceof null native package strictfp super synchronized throws " +
209 "do", "else", "finally", "instanceof",
    [all...]

Completed in 773 milliseconds

1 2 3 4 56