Home
last modified time | relevance | path

Searched refs:MapConstructor (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_map.h50 static JSTaggedValue MapConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_map.cpp24 JSTaggedValue BuiltinsMap::MapConstructor(EcmaRuntimeCallInfo *argv) in MapConstructor() function in panda::ecmascript::builtins::BuiltinsMap
H A Dbuiltins.cpp1430 NewBuiltinConstructor(env, mapFuncPrototype, BuiltinsMap::MapConstructor, "Map", FunctionLength::ZERO, in InitializeMap()
1431 BUILTINS_STUB_ID(MapConstructor))); in InitializeMap()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_map_test.cpp68 JSTaggedValue result = BuiltinsMap::MapConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsMap()
146 JSTaggedValue result1 = BuiltinsMap::MapConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp562 DECLARE_BUILTINS(MapConstructor) in DECLARE_BUILTINS()
H A Dbuiltins_call_signature.h229 V(MapConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp334 reinterpret_cast<uintptr_t>(BuiltinsMap::MapConstructor),

Completed in 15 milliseconds