Searched refs:GenMapSetConstructor (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 40 …void GenMapSetConstructor(GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, …
|
| D | linked_hashtable_stub_builder.cpp | 648 void LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::GenMapSetConstructor( in GenMapSetConstructor() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder 705 template void LinkedHashTableStubBuilder<LinkedHashMap, LinkedHashMapObject>::GenMapSetConstructor( 708 template void LinkedHashTableStubBuilder<LinkedHashSet, LinkedHashSetObject>::GenMapSetConstructor(
|
| D | builtins_stubs.cpp | 564 …hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetAr… in DECLARE_BUILTINS() 571 …hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetAr… in DECLARE_BUILTINS()
|