Home
last modified time | relevance | path

Searched refs:THROW_NEW_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dexecution.cc242 THROW_NEW_ERROR(isolate, NewTypeError("called_non_callable", in TryGetFunctionDelegate()
298 THROW_NEW_ERROR(isolate, NewTypeError("called_non_callable", in TryGetConstructorDelegate()
Dfactory.cc371 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), SeqOneByteString); in NewRawOneByteString()
383 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), SeqTwoByteString); in NewRawTwoByteString()
489 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), String); in NewConsString()
625 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), String); in NewExternalStringFromOneByte()
643 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), String); in NewExternalStringFromTwoByte()
Dobjects.cc422 THROW_NEW_ERROR(isolate, in GetPropertyWithAccessor()
493 THROW_NEW_ERROR(isolate, in SetPropertyWithAccessor()
520 THROW_NEW_ERROR( in SetPropertyWithAccessor()
2900 THROW_NEW_ERROR(it->isolate(), in SetProperty()
2915 THROW_NEW_ERROR(it->isolate(), in WriteToReadOnlyProperty()
2981 THROW_NEW_ERROR(it->isolate(), in AddDataProperty()
3475 THROW_NEW_ERROR(isolate, NewTypeError("proxy_prop_not_configurable", in SetPropertyViaPrototypesWithHandler()
3498 THROW_NEW_ERROR(isolate, NewTypeError("strict_read_only_property", in SetPropertyViaPrototypesWithHandler()
3515 THROW_NEW_ERROR(isolate, NewTypeError("no_setter_in_callback", in SetPropertyViaPrototypesWithHandler()
3545 THROW_NEW_ERROR(isolate, NewTypeError("handler_failed", in DeletePropertyWithHandler()
[all …]
Djson-stringifier.h261 THROW_NEW_ERROR(isolate_, NewInvalidStringLengthError(), Object); in Stringify()
Delements.cc144 THROW_NEW_ERROR(isolate, NewRangeError("invalid_array_length", in ThrowArrayLengthRangeError()
1424 THROW_NEW_ERROR(isolate, NewTypeError("strict_delete_property", in DeleteCommon()
Disolate.h137 #define THROW_NEW_ERROR(isolate, call, T) \ macro
Djsregexp.cc95 THROW_NEW_ERROR(isolate, NewSyntaxError(message, array), Object); in ThrowRegExpException()
Druntime.cc4863 THROW_NEW_ERROR(isolate, NewTypeError("non_object_property_load", in GetObjectProperty()
5137 THROW_NEW_ERROR(isolate, NewTypeError("non_object_property_store", in SetObjectProperty()
/external/v8/src/ic/
Dic.cc344 THROW_NEW_ERROR(isolate(), NewTypeError(type, HandleVector(args, 2)), Object); in TypeError()
350 THROW_NEW_ERROR(isolate(), NewReferenceError(type, HandleVector(&name, 1)), in ReferenceError()