Home
last modified time | relevance | path

Searched refs:mapFuncPrototypeValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp354 JSHandle<JSTaggedValue> mapFuncPrototypeValue(funcPrototype); in InitializeLightWeightMap() local
356 …->NewEcmaHClass(JSAPILightWeightMap::SIZE, JSType::JS_API_LIGHT_WEIGHT_MAP, mapFuncPrototypeValue); in InitializeLightWeightMap()
492 JSHandle<JSTaggedValue> mapFuncPrototypeValue(mapFuncPrototype); in InitializeTreeMap() local
495 factory->NewEcmaHClass(JSAPITreeMap::SIZE, JSType::JS_API_TREE_MAP, mapFuncPrototypeValue); in InitializeTreeMap()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1427 JSHandle<JSTaggedValue> mapFuncPrototypeValue(mapFuncPrototype); in InitializeMap() local
1430 factory_->NewEcmaHClass(JSMap::SIZE, JSType::JS_MAP, mapFuncPrototypeValue); in InitializeMap()