Home
last modified time | relevance | path

Searched refs:writableStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp304 JSHandle<JSTaggedValue> writableStr = thread->GlobalConstants()->GetHandledWritableString(); in HWTEST_F_L0() local
306 JSObject::CreateDataProperty(thread, attHandle, writableStr, writable); in HWTEST_F_L0()
381 JSHandle<JSTaggedValue> writableStr = thread->GlobalConstants()->GetHandledWritableString(); in HWTEST_F_L0() local
384 JSObject::GetOwnProperty(thread, JSHandle<JSObject>(thread, jt), writableStr, desc); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2069 JSHandle<JSTaggedValue> writableStr = globalConst->GetHandledWritableString(); in FromPropertyDescriptor() local
2071 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, writableStr, writable); in FromPropertyDescriptor()