Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp163 JSHandle<JSTaggedValue> writableKey = globalConst->GetHandledWritableString(); in HWTEST_F_L0() local
165 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), writableKey, writable); in HWTEST_F_L0()
283 JSHandle<JSTaggedValue> writableKey = globalConst->GetHandledWritableString(); in HWTEST_F_L0() local
284 JSHandle<JSTaggedValue> resultWritable = JSObject::GetProperty(thread, resultObj, writableKey).GetValue(); in HWTEST_F_L0()

Completed in 2 milliseconds