| /arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
| H A D | objectref_fuzzer.cpp | 42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | property_descriptor.h | 33 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | accessor_data_test.cpp | 71 void *getter = nullptr; in HWTEST_F_L0() local 114 void *getter = nullptr; in HWTEST_F_L0() local
|
| H A D | js_object_test.cpp | 619 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 728 JSHandle<JSFunction> getter = in GetterOrSetterIsUndefined() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | interfacePropertyDeclarations.cpp | 153 auto getter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), false); in UpdateInterfacePropertys() local
|
| H A D | interfaceObjectLiteralLowering.cpp | 171 auto *getter = CreateAnonClassFieldGetterSetter(checker, ifaceMethod, false); in FillClassBody() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | ic_runtime_stub_test.cpp | 395 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 430 Local<FunctionRef> getter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 711 compiler::VReg getter = undef; in CompileGetterOrSetter() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | objectExpression.cpp | 343 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_private.cpp | 232 SetGetter(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &getter) SetGetter() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_handler.h | 412 JSTaggedValue getter = accessor->GetGetter(); in LoadPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 1114 auto getter = accessor->GetGetter(); in UpdateAccessorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 566 JSHandle<AccessorData> ObjectFactory::NewSInternalAccessor(void *setter, void *getter) in NewSInternalAccessor() argument
|
| H A D | js_object.cpp | 1071 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 D | JSCompiler.cpp | 279 compiler::VReg getter = undef; in CompilePropertyKind() local 915 compiler::VReg getter = undef; in CompileRemainingPropertyKind() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | shared_builtins.cpp | 1063 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 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/baseline/ |
| H A D | baseline_stubs.cpp | 1874 GateRef getter = GetVregValue(sp, ZExtInt32ToPtr(getterVregId)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 707 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc)));
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 2452 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 772 DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue getter, JSTaggedValue setter, bool flag) DefineGetterSetterByValue() argument
|
| H A D | interpreter-inl.cpp | 2530 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1583 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 D | runtime_stubs.cpp | 2566 JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|