• Home
  • Raw
  • Download

Lines Matching refs:ErrorThrower

29 using v8::internal::wasm::ErrorThrower;
49 ErrorThrower* thrower, const char* msg) { in BrandCheck()
61 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsModule()
81 bool IsCompilationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsCompilationAllowed()
97 bool IsInstantiationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsInstantiationAllowed()
120 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsBytes()
163 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetSecondArgumentAsImports()
180 ErrorThrower thrower(i_isolate, "WebAssembly.compile()"); in WebAssemblyCompile()
203 ErrorThrower thrower(i_isolate, "WebAssembly.validate()"); in WebAssemblyValidate()
223 ErrorThrower thrower(i_isolate, "WebAssembly.Module()"); in WebAssemblyModule()
242 ErrorThrower thrower(i_isolate, "WebAssembly.Module.imports()"); in WebAssemblyModuleImports()
255 ErrorThrower thrower(i_isolate, "WebAssembly.Module.exports()"); in WebAssemblyModuleExports()
269 ErrorThrower thrower(i_isolate, "WebAssembly.Module.customSections()"); in WebAssemblyModuleCustomSections()
297 ErrorThrower thrower(i_isolate, "WebAssembly.Instance()"); in WebAssemblyInstance()
322 ErrorThrower thrower(i_isolate, "WebAssembly.instantiate()"); in WebAssemblyInstantiate()
378 bool GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, in GetIntegerProperty()
410 ErrorThrower thrower(i_isolate, "WebAssembly.Module()"); in WebAssemblyTable()
463 ErrorThrower thrower(i_isolate, "WebAssembly.Memory()"); in WebAssemblyMemory()
507 ErrorThrower thrower(i_isolate, "WebAssembly.Table.length()"); in WebAssemblyTableGetLength()
526 ErrorThrower thrower(i_isolate, "WebAssembly.Table.grow()"); in WebAssemblyTableGrow()
580 ErrorThrower thrower(i_isolate, "WebAssembly.Table.get()"); in WebAssemblyTableGet()
609 ErrorThrower thrower(i_isolate, "WebAssembly.Table.set()"); in WebAssemblyTableSet()
658 ErrorThrower thrower(i_isolate, "WebAssembly.Memory.grow()"); in WebAssemblyMemoryGrow()
703 ErrorThrower thrower(i_isolate, "WebAssembly.Memory.buffer"); in WebAssemblyMemoryGetBuffer()