Lines Matching refs:GetJSOptions
89 bool builtinsLazyEnabled = vm_->GetJSOptions().IsWorker() && vm_->GetJSOptions().GetEnableBuiltinsLazy();
105 if (vm_->GetJSOptions().GetTypedOpProfiler()) {
108 if (vm_->GetJSOptions().EnableModuleLog() && !vm_->GetJSOptions().IsWorker()) {
343 } else if (vm_->GetJSOptions().IsEnableForceJitCompileMain()) {
347 } else if (vm_->GetJSOptions().IsEnableForceBaselineCompileMain()) {
380 auto &options = const_cast<EcmaVM *>(thread_->GetEcmaVM())->GetJSOptions();
960 if (!vm_->GetJSOptions().EnableGlobalLeakCheck() && currentHandleStorageIndex_ != -1) {
1110 if (vm_->GetJSOptions().WasStubFileSet()) {
1111 stubFile = vm_->GetJSOptions().GetStubFile();