Searched refs:writableStr (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_object_test.cpp | 304 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/ |
D | js_object.cpp | 2069 JSHandle<JSTaggedValue> writableStr = globalConst->GetHandledWritableString(); in FromPropertyDescriptor() local 2071 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, writableStr, writable); in FromPropertyDescriptor()
|