Home
last modified time | relevance | path

Searched defs:writable (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h104 void SetWritable(bool writable) in SetWritable() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h57 constexpr BuiltinsPropertyConfig(std::string_view name, bool isAccessor, bool writable, in BuiltinsPropertyConfig() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.h187 JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) JSBytecode() argument
H A Dbytecode_circuit_builder.cpp836 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
H A Dstub_builder.cpp4710 BRANCH(IsWritable(attr), &writable, &notWritable); in SetPropertyByName() local
4988 BRANCH(IsWritable(attr), &writable, &notWritable); in DefinePropertyByName() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp400 MakeConstructor(JSThread *thread, const JSHandle<JSFunction> &func, const JSHandle<JSTaggedValue> &proto, bool writable) MakeConstructor() argument
H A Djs_object.cpp2295 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
2365 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1400 bool writable = false; in Create() local
H A Dpt_types.h932 PropertyDescriptor &SetWritable(bool writable) in SetWritable() argument

Completed in 36 milliseconds