Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthrow_delegate.cc36 [[noreturn]] void Throw(const T& error) { in Throw() function
44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError()
52 Throw(std::logic_error(what_arg)); in ThrowStdLogicError()
60 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument()
68 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument()
77 Throw(std::domain_error(what_arg)); in ThrowStdDomainError()
85 Throw(std::domain_error(what_arg)); in ThrowStdDomainError()
94 Throw(std::length_error(what_arg)); in ThrowStdLengthError()
102 Throw(std::length_error(what_arg)); in ThrowStdLengthError()
111 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange()
[all …]
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc38 void WebSnapshotSerializerDeserializer::Throw(const char* message) { in Throw() function in v8::internal::WebSnapshotSerializerDeserializer
44 isolate_->Throw(*factory()->NewError( in Throw()
66 Throw("Unsupported function kind"); in FunctionKindToFunctionFlags()
150 Throw("Invalid function flags\n"); in FunctionFlagsToFunctionKind()
232 Throw("Can't reuse WebSnapshotSerializer"); in TakeSnapshot()
260 Throw("Can't reuse WebSnapshotSerializer"); in TakeSnapshot()
282 Throw("Exported object not found"); in TakeSnapshot()
388 Throw("Out of memory"); in WriteSnapshot()
416 Throw("Too many objects"); in WriteObjects()
484 Throw("Properties which are not fields not supported"); in SerializeMap()
[all …]
/third_party/node/test/fixtures/source-map/
Dno-source.js1 function Throw() { class
4 Throw();
Dno-source.ts1 function Throw() { function
5 Throw();
Dthrow-async.ts3 export async function Throw() { function
7 await Throw();
Dthrow-async.mjs2 export async function Throw() { class
5 await Throw();
/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.cc192 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
259 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
277 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
290 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
/third_party/node/deps/v8/src/builtins/
Dconversion.tq234 otherwise Throw;
235 } label Throw {
246 return TryToPrimitiveMethod(input, ValueOfStringConstant()) otherwise Throw;
247 } label Throw {
Dobject-fromentries.tq54 if (IsNullOrUndefined(iterable)) goto Throw;
76 } label Throw deferred {
/third_party/typescript/tests/baselines/reference/
DparserRealSource3.types248 Throw,
249 >Throw : NodeType.Throw
DparserRealSource3.symbols248 Throw,
249 >Throw : Symbol(NodeType.Throw, Decl(parserRealSource3.ts, 85, 17))
/third_party/node/test/fixtures/source-map/output/
Dsource_map_no_source_file.snapshot6 at Throw (*file-not-exists.ts:2:9)
/third_party/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 Throw msg; in png_cexcept_error()
366 Throw "Visualpng: Out of memory";
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc70 return isolate->Throw(args[0]); in RUNTIME_FUNCTION()
507 return isolate->Throw(*ErrorUtils::NewIteratorError(isolate, object)); in RUNTIME_FUNCTION()
523 return isolate->Throw( in RUNTIME_FUNCTION()
531 return isolate->Throw( in RUNTIME_FUNCTION()
/third_party/typescript/tests/arkTSTest/testcase/arkts-limited-throw/
Darkts-limited-throw-2-error.ets17 // Counterexample: Throw numbers.
Darkts-limited-throw-3-error.ets17 // Counterexample: Throw Boolean value.
Darkts-limited-throw-5-error.ets17 // Counterexample: Throw array.
Darkts-limited-throw-4-error.ets17 // Counterexample: Throw Object Literal.
Darkts-limited-throw-6-error.ets17 // Counterexample: Throw function.
Darkts-limited-throw-1-error.ets17 // Counterexample: Throw string.
Darkts-limited-throw-1-ok.ets17 // Positive example: Throw an instance of the Error class.
Darkts-limited-throw-4-ok.ets17 // Positive example: Throw type error.
Darkts-limited-throw-2-ok.ets17 // Positive example: Throw custom error type.
/third_party/node/doc/api/
Desm.md810 > 1. Throw an _Invalid Module Specifier_ error.
812 > 1. Throw an _Unsupported Directory Import_ error.
814 > 1. Throw a _Module Not Found_ error.
827 > 1. Throw an _Invalid Module Specifier_ error.
835 > 1. Throw an _Invalid Module Specifier_ error.
839 > 1. Throw an _Invalid Module Specifier_ error.
843 > 1. Throw an _Invalid Module Specifier_ error.
863 > 12. Throw a _Module Not Found_ error.
900 > 4. Throw a _Package Path Not Exported_ error.
906 > 1. Throw an _Invalid Module Specifier_ error.
[all …]

1234567