Searched refs:scriptKey (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_locale_test.cpp | 74 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/ |
| D | js_locale_test.cpp | 256 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()
|