Home
last modified time | relevance | path

Searched refs:ErrorThrower (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-result.cc59 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format()
73 void ErrorThrower::TypeError(const char* format, ...) { in TypeError()
80 void ErrorThrower::RangeError(const char* format, ...) { in RangeError()
87 void ErrorThrower::CompileError(const char* format, ...) { in CompileError()
94 void ErrorThrower::LinkError(const char* format, ...) { in LinkError()
101 void ErrorThrower::RuntimeError(const char* format, ...) { in RuntimeError()
108 Handle<Object> ErrorThrower::Reify() { in Reify()
136 void ErrorThrower::Reset() { in Reset()
141 ErrorThrower::ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT in ErrorThrower() function in v8::internal::wasm::ErrorThrower
149 ErrorThrower::~ErrorThrower() { in ~ErrorThrower()
H A Dwasm-result.h112 class V8_EXPORT_PRIVATE ErrorThrower {
114 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() function
117 ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT;
118 ~ErrorThrower();
168 DISALLOW_COPY_AND_ASSIGN(ErrorThrower);
177 class V8_EXPORT_PRIVATE ScheduledErrorThrower : public ErrorThrower {
180 : ErrorThrower(isolate, context) {} in ScheduledErrorThrower()
H A Dmodule-instantiate.h27 class ErrorThrower; variable
30 Isolate* isolate, ErrorThrower* thrower,
H A Dwasm-debug-evaluate.cc29 const FunctionSig* sig, ErrorThrower* thrower) { in CheckSignature()
65 wasm::ErrorThrower* thrower) { in CheckRangeOutOfBounds()
163 ErrorThrower* thrower) { in VerifyEvaluatorInterface()
191 wasm::ErrorThrower thrower(isolate, "wasm debug evaluate"); in DebugEvaluateImpl()
H A Dwasm-engine.h35 class ErrorThrower; variable
148 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
159 ErrorThrower* thrower,
166 Isolate* isolate, ErrorThrower* thrower,
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-result.cc60 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format()
74 void ErrorThrower::TypeError(const char* format, ...) { in TypeError()
81 void ErrorThrower::RangeError(const char* format, ...) { in RangeError()
88 void ErrorThrower::CompileError(const char* format, ...) { in CompileError()
95 void ErrorThrower::LinkError(const char* format, ...) { in LinkError()
102 void ErrorThrower::RuntimeError(const char* format, ...) { in RuntimeError()
109 Handle<Object> ErrorThrower::Reify() { in Reify()
137 void ErrorThrower::Reset() { in Reset()
142 ErrorThrower::ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT in ErrorThrower() function in v8::internal::wasm::ErrorThrower
150 ErrorThrower::~ErrorThrower() { in ~ErrorThrower()
H A Dwasm-result.h116 class V8_EXPORT_PRIVATE ErrorThrower {
118 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() function
121 ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT;
122 ErrorThrower(const ErrorThrower&) = delete;
123 ErrorThrower& operator=(const ErrorThrower&) = delete;
124 ~ErrorThrower();
182 class V8_EXPORT_PRIVATE ScheduledErrorThrower : public ErrorThrower {
185 : ErrorThrower(isolate, context) {} in ScheduledErrorThrower()
H A Dmodule-instantiate.h34 class ErrorThrower; variable
37 Isolate* isolate, ErrorThrower* thrower,
H A Dwasm-engine.h46 class ErrorThrower; variable
158 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
169 ErrorThrower* thrower,
176 Isolate* isolate, ErrorThrower* thrower,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-result.cc59 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format()
73 void ErrorThrower::TypeError(const char* format, ...) { in TypeError()
80 void ErrorThrower::RangeError(const char* format, ...) { in RangeError()
87 void ErrorThrower::CompileError(const char* format, ...) { in CompileError()
94 void ErrorThrower::LinkError(const char* format, ...) { in LinkError()
101 void ErrorThrower::RuntimeError(const char* format, ...) { in RuntimeError()
108 Handle<Object> ErrorThrower::Reify() { in Reify()
136 void ErrorThrower::Reset() { in Reset()
141 ErrorThrower::ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT in ErrorThrower() function in v8::internal::wasm::ErrorThrower
149 ErrorThrower::~ErrorThrower() { in ~ErrorThrower()
H A Dwasm-result.h112 class V8_EXPORT_PRIVATE ErrorThrower {
114 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() function
117 ErrorThrower(ErrorThrower&& other) V8_NOEXCEPT;
118 ErrorThrower(const ErrorThrower&) = delete;
119 ErrorThrower& operator=(const ErrorThrower&) = delete;
120 ~ErrorThrower();
178 class V8_EXPORT_PRIVATE ScheduledErrorThrower : public ErrorThrower {
181 : ErrorThrower(isolate, context) {} in ScheduledErrorThrower()
H A Dmodule-instantiate.h29 class ErrorThrower; variable
32 Isolate* isolate, ErrorThrower* thrower,
H A Dwasm-engine.h41 class ErrorThrower; variable
152 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
163 ErrorThrower* thrower,
170 Isolate* isolate, ErrorThrower* thrower,
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-result.cc66 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format()
80 void ErrorThrower::TypeError(const char* format, ...) { in TypeError()
87 void ErrorThrower::RangeError(const char* format, ...) { in RangeError()
94 void ErrorThrower::CompileError(const char* format, ...) { in CompileError()
101 void ErrorThrower::LinkError(const char* format, ...) { in LinkError()
108 void ErrorThrower::RuntimeError(const char* format, ...) { in RuntimeError()
115 Handle<Object> ErrorThrower::Reify() { in Reify()
143 void ErrorThrower::Reset() { in Reset()
148 ErrorThrower::ErrorThrower(ErrorThrower&& other) in ErrorThrower() function in v8::internal::wasm::ErrorThrower
156 ErrorThrower::~ErrorThrower() { in ~ErrorThrower()
H A Dwasm-result.h97 class V8_EXPORT_PRIVATE ErrorThrower {
99 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() function
102 ErrorThrower(ErrorThrower&& other);
103 ~ErrorThrower();
151 DISALLOW_COPY_AND_ASSIGN(ErrorThrower);
H A Dwasm-engine.h21 class ErrorThrower; variable
38 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
45 ErrorThrower* thrower,
52 Isolate* isolate, ErrorThrower* thrower,
H A Dwasm-engine.cc26 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
40 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes) { in SyncCompile()
55 Isolate* isolate, ErrorThrower* thrower, in SyncInstantiate()
65 ErrorThrower thrower(isolate, nullptr); in AsyncInstantiate()
106 ErrorThrower thrower(isolate, "WasmCompile"); in AsyncCompile()
H A Dmodule-compiler.h31 class ErrorThrower; variable
49 Isolate* isolate, ErrorThrower* thrower, std::unique_ptr<WasmModule> module,
54 Isolate* isolate, ErrorThrower* thrower,
H A Dfunction-compiler.h73 wasm::WasmCode* FinishCompilation(wasm::ErrorThrower* thrower);
76 wasm::NativeModule* native_module, wasm::ErrorThrower* thrower,
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ErrorBoundary/
H A DErrorBoundary.test.tsx8 const ErrorThrower: FC<{ error: Error }> = ({ error }) => {
19 return <ErrorThrower error={problem} />;
34 …expect(context.contexts.react.componentStack).toMatch(/^\s+at ErrorThrower (.*)\s+at ErrorBoundary…
46 return <ErrorThrower error={problem} />;
61 return <ErrorThrower error={problem} />;
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Drequest_parser.h24 class ErrorThrower; variable
29 ErrorThrower* theThrower;
32 …RequestParser(RequestHandler* aHandler, ErrorThrower& aThrower) : theHandler(aHandler), theThrower… in RequestParser()
H A Derror_thrower.h25 class ErrorThrower
32 ErrorThrower(ItemFactory* aFactory, struct curl_slist** aHeaderList) in ErrorThrower() function
H A Dhttp_response_parser.h42 ErrorThrower& theErrorThrower;
61 ErrorThrower& aErrorThrower,
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-module-runner.h49 ErrorThrower* thrower,
54 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes);
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-module.cc124 ErrorThrower thrower(isolate, "CompileAndRunWasmModule"); in TEST()
183 ErrorThrower thrower(isolate, "CompileAndRunWasmModule"); in TEST()
229 ErrorThrower thrower(isolate, "CompileAndRunWasmModule"); in TEST()
294 ErrorThrower thrower(isolate, "CompileAndRunWasmModule"); in TEST()
571 ErrorThrower thrower(isolate, "Test"); in TEST()
655 ErrorThrower thrower(isolate, "Test"); in TEST()
702 ErrorThrower thrower(isolate, "Test"); in TEST()
811 ErrorThrower thrower(isolate, "Run_WasmModule_InitDataAtTheUpperLimit"); in TEST()
847 ErrorThrower thrower(isolate, "Run_WasmModule_InitDataAtTheUpperLimit"); in TEST()
881 ErrorThrower thrower(isolate, "Run_WasmModule_InitDataAtTheUpperLimit"); in TEST()

1234