Home
last modified time | relevance | path

Searched defs:getter (Results 76 - 83 of 83) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp2272 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 Dslowpath_lowering.cpp2452 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
H A Dtyped_hcr_lowering.cpp855 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 Dstub_builder.cpp1185 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2521 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 Dark_native_engine.cpp935 NapiNativeCallback getter = reinterpret_cast<NapiNativeCallback>(property.getter); in NapiCreateObjectWithProperties() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2439 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2654 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