Searched refs:numericKey (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 88 GateRef numericKey = GetGlobalConstantValue(VariableType::JS_ANY(), glue, in ResolvedOptions() local 92 CreateDataProperty(glue, *options, numericKey, numeric); in ResolvedOptions()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_locale_test.cpp | 39 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in HWTEST_F_L0() local 48 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); in HWTEST_F_L0() 94 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in JSLocaleCreateWithOptionTest() local 96 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); // test true in JSLocaleCreateWithOptionTest()
|
H A D | builtins_collator_test.cpp | 102 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in HWTEST_F_L0() local 121 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); in HWTEST_F_L0()
|
Completed in 2 milliseconds