Searched defs:getter (Results 76 - 83 of 83) sorted by relevance
1234
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins.cpp | 2272 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local 604 SetInlineAccessor(const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const SetInlineAccessor() argument 3166 SetAccessor(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const SetAccessor() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | slowpath_lowering.cpp | 2452 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
|
| H A D | typed_hcr_lowering.cpp | 855 GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_OFFSET); in LowerCallGetter() local 1734 GateRef getter; in LowerLoadGetter() local 3071 GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_OFFSET); in LowerMonoCallGetterOnProto() local [all...] |
| H A D | stub_builder.cpp | 1185 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 2521 ir::MethodDefinition *getter = GenerateDefaultGetterSetter(interfaceProp, classProp, scope, false, this); in GenerateGetterSetterPropertyAndMethod() local 2482 SetupGetterSetterFlags(ir::ClassProperty *originalProp, ETSObjectType *classType, ir::MethodDefinition *getter, ir::MethodDefinition *setter, const bool inExternal) SetupGetterSetterFlags() argument [all...] |
| /foundation/arkui/napi/native_engine/impl/ark/ |
| H A D | ark_native_engine.cpp | 935 NapiNativeCallback getter = reinterpret_cast<NapiNativeCallback>(property.getter); in NapiCreateObjectWithProperties() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 2439 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 2654 bool ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty() argument 2544 CreateAccessorData(const EcmaVM *vm, Local<FunctionRef> getter, Local<FunctionRef> setter) CreateAccessorData() argument 2557 CreateSendableAccessorData(const EcmaVM *vm, Local<FunctionRef> getter, Local<FunctionRef> setter) CreateSendableAccessorData() argument
|
Completed in 67 milliseconds
1234