Home
last modified time | relevance | path

Searched refs:scriptKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_locale_test.cpp74 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in HWTEST_F_L0() local
85 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in HWTEST_F_L0()
109 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in JSLocaleCreateWithOptionTest() local
118 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in JSLocaleCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp256 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in HWTEST_F_L0() local
264 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in HWTEST_F_L0()
272 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue1); in HWTEST_F_L0()