Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp167 JSHandle<JSTaggedValue> enumerableKey = globalConst->GetHandledEnumerableString(); in HWTEST_F_L0() local
169 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), enumerableKey, enumerable); in HWTEST_F_L0()
287 JSHandle<JSTaggedValue> enumerableKey = globalConst->GetHandledEnumerableString(); in HWTEST_F_L0() local
288 JSHandle<JSTaggedValue> resultEnumerable = JSObject::GetProperty(thread, resultObj, enumerableKey).GetValue(); in HWTEST_F_L0()

Completed in 1 milliseconds