Searched defs:adder (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_map.cpp | 59 JSHandle<JSTaggedValue> adder = in WeakMapConstructor() local
|
| D | builtins_weak_set.cpp | 59 … JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, weakSetHandle, adderKey).GetValue(); in WeakSetConstructor() local
|
| D | builtins_map.cpp | 59 …JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(map), adderK… in MapConstructor() local 270 … const JSHandle<JSTaggedValue> &adder, ObjectFactory *factory) in AddEntriesFromIterable()
|
| D | builtins_shared_map.cpp | 64 …JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(map), adderK… in Constructor() local 265 …const JSHandle<JSTaggedValue> &iterable, const JSHandle<JSTaggedValue> &adder, ObjectFactory *fact… in AddEntriesFromIterable()
|
| D | builtins_set.cpp | 58 JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, setHandle, adderKey).GetValue(); in SetConstructor() local
|
| D | builtins_shared_set.cpp | 64 JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, setHandle, adderKey).GetValue(); in Constructor() local
|
| D | builtins_object.cpp | 1122 JSHandle<JSTaggedValue> adder(thread, addrFunc.GetTaggedValue()); in FromEntries() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 638 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
|