/external/v8/src/js/ |
H A D | harmony-sharedarraybuffer.js | 12 var MakeTypeError; variable 15 MakeTypeError = from.MakeTypeError; 22 throw MakeTypeError(kIncompatibleMethodReceiver,
|
H A D | spread.js | 12 var MakeTypeError; variable 15 MakeTypeError = from.MakeTypeError; 38 throw MakeTypeError(kNotIterable, collection);
|
H A D | harmony-string-padding.js | 13 var MakeTypeError; variable 16 MakeTypeError = from.MakeTypeError;
|
H A D | arraybuffer.js | 15 var MakeTypeError; variable 22 MakeTypeError = from.MakeTypeError; 32 throw MakeTypeError(kIncompatibleMethodReceiver, 41 throw MakeTypeError(kIncompatibleMethodReceiver, 71 throw MakeTypeError(kIncompatibleMethodReceiver, 78 throw MakeTypeError(kArrayBufferSpeciesThis); 81 throw MakeTypeError(kArrayBufferTooShort);
|
H A D | runtime.js | 23 var MakeTypeError; variable 28 MakeTypeError = from.MakeTypeError; 69 throw MakeTypeError(kConstructorNotReceiver); 78 throw MakeTypeError(kSpeciesNotConstructor);
|
H A D | collection-iterator.js | 17 var MakeTypeError; variable 23 MakeTypeError = from.MakeTypeError; 35 throw MakeTypeError(kIncompatibleMethodReceiver, 60 throw MakeTypeError(kIncompatibleMethodReceiver, 69 throw MakeTypeError(kIncompatibleMethodReceiver, 103 throw MakeTypeError(kIncompatibleMethodReceiver, 129 throw MakeTypeError(kIncompatibleMethodReceiver, 138 throw MakeTypeError(kIncompatibleMethodReceiver, 147 throw MakeTypeError(kIncompatibleMethodReceive [all...] |
H A D | string-iterator.js | 17 var MakeTypeError; variable 25 MakeTypeError = from.MakeTypeError; 52 throw MakeTypeError(kIncompatibleMethodReceiver,
|
H A D | weak-collection.js | 19 var MakeTypeError; variable 25 MakeTypeError = from.MakeTypeError; 33 throw MakeTypeError(kConstructorNotFunction, "WeakMap"); 41 throw MakeTypeError(kPropertyNotFunction, adder, 'set', this); 45 throw MakeTypeError(kIteratorValueNotAnObject, nextItem); 55 throw MakeTypeError(kIncompatibleMethodReceiver, 67 throw MakeTypeError(kIncompatibleMethodReceiver, 70 if (!IS_RECEIVER(key)) throw MakeTypeError(kInvalidWeakMapKey); 77 throw MakeTypeError(kIncompatibleMethodReceive [all...] |
H A D | array-iterator.js | 23 var MakeTypeError; variable 28 MakeTypeError = from.MakeTypeError; 66 throw MakeTypeError(kIncompatibleMethodReceiver, 114 if (!IS_TYPEDARRAY(this)) throw MakeTypeError(kNotTypedArray); 120 if (!IS_TYPEDARRAY(this)) throw MakeTypeError(kNotTypedArray); 126 if (!IS_TYPEDARRAY(this)) throw MakeTypeError(kNotTypedArray);
|
H A D | harmony-atomics.js | 16 var MakeTypeError; variable 21 MakeTypeError = from.MakeTypeError; 31 throw MakeTypeError(kNotIntegerSharedTypedArray, ia); 38 throw MakeTypeError(kNotInt32SharedTypedArray, ia);
|
H A D | symbol.js | 19 var MakeTypeError; variable 30 MakeTypeError = from.MakeTypeError; 38 throw MakeTypeError(kIncompatibleMethodReceiver, 47 throw MakeTypeError(kIncompatibleMethodReceiver, 56 throw MakeTypeError(kIncompatibleMethodReceiver, 76 if (!IS_SYMBOL(symbol)) throw MakeTypeError(kSymbolKeyFor, symbol);
|
H A D | collection.js | 18 var MakeTypeError; variable 27 MakeTypeError = from.MakeTypeError; 130 throw MakeTypeError(kConstructorNotFunction, "Set"); 138 throw MakeTypeError(kPropertyNotFunction, adder, 'add', this); 150 throw MakeTypeError(kIncompatibleMethodReceiver, 'Set.prototype.add', this); 190 throw MakeTypeError(kIncompatibleMethodReceiver, 'Set.prototype.has', this); 202 throw MakeTypeError(kIncompatibleMethodReceiver, 225 throw MakeTypeError(kIncompatibleMethodReceiver, 235 throw MakeTypeError(kIncompatibleMethodReceive [all...] |
H A D | string.js | 18 var MakeTypeError; variable 32 MakeTypeError = from.MakeTypeError; 43 throw MakeTypeError(kNotGeneric, 'String.prototype.toString'); 52 throw MakeTypeError(kNotGeneric, 'String.prototype.valueOf'); 654 throw MakeTypeError(kFirstArgumentNotRegExp, "String.prototype.startsWith"); 680 throw MakeTypeError(kFirstArgumentNotRegExp, "String.prototype.endsWith"); 707 throw MakeTypeError(kFirstArgumentNotRegExp, "String.prototype.includes");
|
H A D | v8natives.js | 18 var MakeTypeError; variable 27 MakeTypeError = from.MakeTypeError; 149 throw MakeTypeError(kCalledNonCallable, typeof func); 157 throw MakeTypeError(kProtoObjectOrNull, proto); 236 throw MakeTypeError(kNotGeneric, 'Number.prototype.toString'); 265 throw MakeTypeError(kNotGeneric, 'Number.prototype.valueOf'); 276 throw MakeTypeError(kIncompatibleMethodReceiver, 301 throw MakeTypeError(kIncompatibleMethodReceiver, 327 throw MakeTypeError(kIncompatibleMethodReceive [all...] |
H A D | harmony-simd.js | 15 var MakeTypeError; variable 19 MakeTypeError = from.MakeTypeError; 67 throw MakeTypeError(kIncompatibleMethodReceiver, 81 throw MakeTypeError(kIncompatibleMethodReceiver, 95 throw MakeTypeError(kIncompatibleMethodReceiver, 437 throw MakeTypeError(kNotConstructor, "Float32x4"); 446 throw MakeTypeError(kNotConstructor, "Int32x4"); 455 throw MakeTypeError(kNotConstructor, "Uint32x4"); 464 throw MakeTypeError(kNotConstructo [all...] |
H A D | promise.js | 15 var MakeTypeError; variable 34 MakeTypeError = from.MakeTypeError; 82 if (IS_UNDEFINED(new.target)) throw MakeTypeError(kNotAPromise, this); 84 throw MakeTypeError(kResolverNotAFunction, executor); 244 return RejectPromise(promise, MakeTypeError(kPromiseCyclic, resolution)); 341 throw MakeTypeError(kPromiseExecutorAlreadyInvoked); 347 throw MakeTypeError(kPromiseNonCallable); 368 throw MakeTypeError(kCalledOnNonObject, PromiseResolve); 400 throw MakeTypeError(kNotAPromis [all...] |
H A D | messages.js | 279 throw MakeTypeError(kCallSiteExpectsFunction, typeof receiver, typeof fun); 299 throw MakeTypeError(kCallSiteMethod, name); 695 throw MakeTypeError(kCalledOnNonObject, "Error.prototype.toString"); 721 function MakeTypeError(type, arg0, arg1, arg2) { function 750 "make_type_error", MakeTypeError, 763 to.MakeTypeError = MakeTypeError;
|
H A D | regexp.js | 19 var MakeTypeError; variable 31 MakeTypeError = from.MakeTypeError; 117 throw MakeTypeError(kIncompatibleMethodReceiver, 122 if (!IS_UNDEFINED(flags)) throw MakeTypeError(kRegExpFlags); 183 throw MakeTypeError(kIncompatibleMethodReceiver, 229 throw MakeTypeError(kIncompatibleMethodReceiver, 276 throw MakeTypeError(kInvalidRegExpExecResult); 296 throw MakeTypeError(kIncompatibleMethodReceiver, 347 throw MakeTypeError(kIncompatibleMethodReceive [all...] |
H A D | typedarray.js | 43 var MakeTypeError; variable 96 MakeTypeError = from.MakeTypeError; 116 throw MakeTypeError(kIncompatibleMethodReceiver, 126 if (!IS_TYPEDARRAY(newTypedArray)) throw MakeTypeError(kNotTypedArray); 131 throw MakeTypeError(kTypedArrayTooShort); 280 throw MakeTypeError(kConstructorNotFunction, "NAME") 330 throw MakeTypeError(kIncompatibleMethodReceiver, 404 if (intOffset < 0) throw MakeTypeError(kTypedArraySetNegativeOffset); 428 throw MakeTypeError(kInvalidArgumen [all...] |
H A D | array.js | 19 var MakeTypeError; variable 31 MakeTypeError = from.MakeTypeError; 459 if (m > kMaxSafeInteger - n) throw MakeTypeError(kPushPastSafeLength, m, n); 581 if (%object_is_sealed(array)) throw MakeTypeError(kArrayFunctionsOnSealed); 708 throw MakeTypeError(kArrayFunctionsOnSealed); 710 throw MakeTypeError(kArrayFunctionsOnFrozen); 1066 if (!IS_CALLABLE(f)) throw MakeTypeError(kCalledNonCallable, f); 1073 if (!IS_CALLABLE(f)) throw MakeTypeError(kCalledNonCallable, f); 1105 if (!IS_CALLABLE(f)) throw MakeTypeError(kCalledNonCallabl [all...] |
H A D | i18n.js | 36 var MakeTypeError; variable 55 MakeTypeError = from.MakeTypeError; 92 throw MakeTypeError(kMethodCalledOnWrongObject, methodName); 732 throw MakeTypeError(kLanguageID); 900 throw MakeTypeError(kReinitializeIntl, "Collator"); 1026 throw MakeTypeError(kOrdinaryFunctionCalledAsConstructor); 1030 throw MakeTypeError(kResolvedOptionsCalledOnNonObject, "Collator"); 1058 throw MakeTypeError(kOrdinaryFunctionCalledAsConstructor); 1128 throw MakeTypeError(kReinitializeInt [all...] |
/external/v8/src/debug/ |
H A D | debug.js | 19 var MakeTypeError; variable 30 MakeTypeError = from.MakeTypeError; 468 throw MakeTypeError(kDebuggerType); 475 if (!IS_FUNCTION(f)) throw MakeTypeError(kDebuggerType); 525 if (!IS_FUNCTION(f)) throw MakeTypeError(kDebuggerType); 531 if (!IS_FUNCTION(f)) throw MakeTypeError(kDebuggerType); 585 if (!IS_FUNCTION(func)) throw MakeTypeError(kDebuggerType); 883 throw MakeTypeError(kDebuggerType); 901 throw MakeTypeError(kDebuggerFram [all...] |