Lines Matching defs:thrower
332 Isolate* isolate, ErrorThrower* thrower, in InstantiateToInstanceObject()
371 ErrorThrower thrower(isolate, "WasmLazyCompile"); in LazyCompileFunction() local
556 ErrorThrower* thrower) { in FinishCompilationUnits()
582 ErrorThrower* thrower) { in CompileInParallel()
669 ModuleEnv* module_env, ErrorThrower* thrower) { in CompileSequentially()
693 ErrorThrower* thrower) { in ValidateSequentially()
728 void CompileNativeModule(Isolate* isolate, ErrorThrower* thrower, in CompileNativeModule()
804 ErrorThrower thrower(compilation_state_->isolate(), "AsyncCompile"); in RunInternal() local
870 Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, in CompileToModuleObject()
940 InstanceBuilder::InstanceBuilder(Isolate* isolate, ErrorThrower* thrower, in InstanceBuilder()
1029 ErrorThrower thrower(isolate_, "recompile"); in Build() local
2407 ErrorThrower thrower(job_->isolate_, "AsyncCompile"); in RunInForeground() local
2488 [job](CompilationEvent event, ErrorThrower* thrower) { in RunInForeground()
2885 void CompilationState::OnError(ErrorThrower* thrower) { in OnError()
3007 ErrorThrower* thrower) { in NotifyOnEvent()