Searched defs:writable (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | property_descriptor.h | 104 void SetWritable(bool writable) in SetWritable() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | builtins_base.h | 57 constexpr BuiltinsPropertyConfig(std::string_view name, bool isAccessor, bool writable, in BuiltinsPropertyConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit.h | 187 JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) JSBytecode() argument
|
| H A D | bytecode_circuit_builder.cpp | 836 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
|
| H A D | stub_builder.cpp | 4710 BRANCH(IsWritable(attr), &writable, ¬Writable); in SetPropertyByName() local 4988 BRANCH(IsWritable(attr), &writable, ¬Writable); in DefinePropertyByName() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 400 MakeConstructor(JSThread *thread, const JSHandle<JSFunction> &func, const JSHandle<JSTaggedValue> &proto, bool writable) MakeConstructor() argument
|
| H A D | js_object.cpp | 2295 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local 2365 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 1400 bool writable = false; in Create() local
|
| H A D | pt_types.h | 932 PropertyDescriptor &SetWritable(bool writable) in SetWritable() argument
|
Completed in 36 milliseconds