Searched refs:scriptKey (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_locale_test.cpp | 40 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in HWTEST_F_L0() local 51 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in HWTEST_F_L0() 75 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in JSLocaleCreateWithOptionTest() local 84 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in JSLocaleCreateWithOptionTest()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 223 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in HWTEST_F_L0() local 231 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in HWTEST_F_L0() 239 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue1); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 182 JSHandle<JSTaggedValue> scriptKey = thread->GlobalConstants()->GetHandledScriptString(); in JSLocaleCreateWithOptionTest() local 190 JSObject::SetProperty(thread, optionsObj, scriptKey, scriptValue); in JSLocaleCreateWithOptionTest()
|