Home
last modified time | relevance | path

Searched defs:getter (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
H A Dobjectref_fuzzer.cpp42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h33 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Daccessor_data_test.cpp71 void *getter = nullptr; in HWTEST_F_L0() local
114 void *getter = nullptr; in HWTEST_F_L0() local
H A Djs_object_test.cpp619 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
728 JSHandle<JSFunction> getter = in GetterOrSetterIsUndefined() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp153 auto getter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), false); in UpdateInterfacePropertys() local
H A DinterfaceObjectLiteralLowering.cpp171 auto *getter = CreateAnonClassFieldGetterSetter(checker, ifaceMethod, false); in FillClassBody() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp395 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp430 Local<FunctionRef> getter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp711 compiler::VReg getter = undef; in CompileGetterOrSetter() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp343 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_private.cpp232 SetGetter(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &getter) SetGetter() argument
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_handler.h412 JSTaggedValue getter = accessor->GetGetter(); in LoadPrototype() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp1114 auto getter = accessor->GetGetter(); in UpdateAccessorFunction() local
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp566 JSHandle<AccessorData> ObjectFactory::NewSInternalAccessor(void *setter, void *getter) in NewSInternalAccessor() argument
H A Djs_object.cpp1071 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local
2301 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
2373 JSHandle<JSTaggedValue> getter in ToPropertyDescriptor() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp279 compiler::VReg getter = undef; in CompilePropertyKind() local
915 compiler::VReg getter = undef; in CompileRemainingPropertyKind() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp1063 JSHandle<JSTaggedValue> getter = CreateSGetterSetter(env, entry.GetEntrypoint(), in InitializeSTypedArray() local
818 SetSAccessor(const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const SetSAccessor() argument
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/baseline/
H A Dbaseline_stubs.cpp1874 GateRef getter = GetVregValue(sp, ZExtInt32ToPtr(getterVregId)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp707 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER() local
H A Dslowpath_lowering.cpp2452 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp772 DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue getter, JSTaggedValue setter, bool flag) DefineGetterSetterByValue() argument
H A Dinterpreter-inl.cpp2530 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1583 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2566 JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 107 milliseconds

12