Home
last modified time | relevance | path

Searched refs:SetIsWorker (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp449 vm_->GetJSOptions().SetIsWorker(true); in HWTEST_F_L0()
453 vm_->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
461 vm_->GetJSOptions().SetIsWorker(true); in HWTEST_F_L0()
465 vm_->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
473 vm_->GetJSOptions().SetIsWorker(true); in HWTEST_F_L0()
477 vm_->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
485 vm_->GetJSOptions().SetIsWorker(true); in HWTEST_F_L0()
489 vm_->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h238 void SetIsWorker() in SetIsWorker() function in panda::RuntimeOption
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp632 SetIsWorker(argBool); in ParseCommand()
H A Djs_runtime_options.h829 void SetIsWorker(bool isWorker) in SetIsWorker() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp698 option.SetIsWorker(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3739 thread->GetEcmaVM()->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
3759 thread->GetEcmaVM()->GetJSOptions().SetIsWorker(false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4322 runtimeOptions.SetIsWorker(option.GetIsWorker()); in CreateJSVM()

Completed in 36 milliseconds