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