Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp191 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp306 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/
Djs_object.cpp1483 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local
1556 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
1630 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
Djs_function.cpp215 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
/ark/js_runtime/ecmascript/compiler/
Dstub.cpp2527 Label writable(env); in SetPropertyByName() local
2764 Label writable(env); in SetPropertyByNameWithOwn() local
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h694 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
Dpt_types.cpp756 bool writable; in Create() local