Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp171 JSHandle<JSTaggedValue> configurableKey = globalConst->GetHandledConfigurableString(); in HWTEST_F_L0() local
173 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), configurableKey, configurable); in HWTEST_F_L0()
291 JSHandle<JSTaggedValue> configurableKey = globalConst->GetHandledConfigurableString(); in HWTEST_F_L0() local
292 JSHandle<JSTaggedValue> resultConfigurable = JSObject::GetProperty(thread, resultObj, configurableKey).GetValue(); in HWTEST_F_L0()

Completed in 2 milliseconds