Home
last modified time | relevance | path

Searched defs:adder (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp64 JSHandle<JSTaggedValue> adder = in WeakMapConstructor() local
Dbuiltins_weak_set.cpp62 … JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, weakSetHandle, adderKey).GetValue(); in WeakSetConstructor() local
Dbuiltins_map.cpp62 …JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(map), adderK… in MapConstructor() local
270const JSHandle<JSTaggedValue> &adder, ObjectFactory *factory) in AddEntriesFromIterable()
Dbuiltins_set.cpp63 JSHandle<JSTaggedValue> adder = JSObject::GetProperty(thread, setHandle, adderKey).GetValue(); in SetConstructor() local
Dbuiltins_object.cpp1117 JSHandle<JSTaggedValue> adder(thread, addrFunc.GetTaggedValue()); in FromEntries() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp572 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()