Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts20 writable?: boolean; property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h123 uint32_t bcIndex, bool writable) in JSBytecode()
Dbytecode_circuit_builder.cpp820 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
Dstub_builder.cpp2678 Label writable(env); in SetPropertyByName() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp193 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp305 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1571 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local
1644 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
1718 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
Djs_function.cpp220 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h738 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
Dpt_types.cpp1068 bool writable = false; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property