Lines Matching refs:ErrorThrower
29 using v8::internal::wasm::ErrorThrower;
40 // in it, rather, use a provided ErrorThrower, or let caller handle it.
49 ErrorThrower* thrower, const char* msg) {
61 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) {
81 bool IsCompilationAllowed(i::Isolate* isolate, ErrorThrower* thrower,
97 bool IsInstantiationAllowed(i::Isolate* isolate, ErrorThrower* thrower,
120 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) {
163 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) {
180 ErrorThrower thrower(i_isolate, "WebAssembly.compile()");
203 ErrorThrower thrower(i_isolate, "WebAssembly.validate()");
223 ErrorThrower thrower(i_isolate, "WebAssembly.Module()");
242 ErrorThrower thrower(i_isolate, "WebAssembly.Module.imports()");
255 ErrorThrower thrower(i_isolate, "WebAssembly.Module.exports()");
269 ErrorThrower thrower(i_isolate, "WebAssembly.Module.customSections()");
297 ErrorThrower thrower(i_isolate, "WebAssembly.Instance()");
322 ErrorThrower thrower(i_isolate, "WebAssembly.instantiate()");
378 bool GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower,
410 ErrorThrower thrower(i_isolate, "WebAssembly.Module()");
463 ErrorThrower thrower(i_isolate, "WebAssembly.Memory()");
507 ErrorThrower thrower(i_isolate, "WebAssembly.Table.length()");
526 ErrorThrower thrower(i_isolate, "WebAssembly.Table.grow()");
580 ErrorThrower thrower(i_isolate, "WebAssembly.Table.get()");
609 ErrorThrower thrower(i_isolate, "WebAssembly.Table.set()");
658 ErrorThrower thrower(i_isolate, "WebAssembly.Memory.grow()");
703 ErrorThrower thrower(i_isolate, "WebAssembly.Memory.buffer");