Home
last modified time | relevance | path

Searched refs:exportsKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_manager_test.cpp72 JSHandle<JSTaggedValue> exportsKey = globalConst->GetHandledCjsExportsString(); in HWTEST_F_L0() local
75 exportsKey.GetTaggedValue(), false, JSTaggedValue::Undefined()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_require_manager.cpp32 JSHandle<JSTaggedValue> exportsKey = globalConst->GetHandledCjsExportsString(); in InitializeCommonJS() local
33 SlowRuntimeStub::StObjByName(thread, module.GetTaggedValue(), exportsKey.GetTaggedValue(), in InitializeCommonJS()
H A Djs_cjs_module.cpp140 JSHandle<JSTaggedValue> exportsKey = thread->GlobalConstants()->GetHandledCjsExportsString(); in Load() local
141 SlowRuntimeStub::StObjByName(thread, module.GetTaggedValue(), exportsKey.GetTaggedValue(), in Load()

Completed in 3 milliseconds