Home
last modified time | relevance | path

Searched defs:contextValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_job_test.cpp99 Local<JSValueRef> contextValue = JSNApi::GetCurrentContext(vm); in HWTEST_F_L0() local
158 Local<JSValueRef> contextValue = JSNApi::GetCurrentContext(vm); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1671 Local<JSValueRef> contextValue = JSNApi::CreateContext(vm_); in HWTEST_F_L0() local
1679 Local<JSValueRef> contextValue = JSNApi::GetCurrentContext(vm_); in HWTEST_F_L0() local
1687 Local<JSValueRef> contextValue = JSNApi::CreateContext(vm_); in HWTEST_F_L0() local
1695 Local<JSValueRef> contextValue = JSNApi::CreateContext(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5958 JSHandle<JSTaggedValue> contextValue = JSNApiHelper::ToJSHandle(context); in SwitchContext() local