Searched refs:mapFuncPrototypeValue (Results 1 – 2 of 2) sorted by relevance
354 JSHandle<JSTaggedValue> mapFuncPrototypeValue(funcPrototype); in InitializeLightWeightMap() local356 …->NewEcmaHClass(JSAPILightWeightMap::SIZE, JSType::JS_API_LIGHT_WEIGHT_MAP, mapFuncPrototypeValue); in InitializeLightWeightMap()492 JSHandle<JSTaggedValue> mapFuncPrototypeValue(mapFuncPrototype); in InitializeTreeMap() local495 factory->NewEcmaHClass(JSAPITreeMap::SIZE, JSType::JS_API_TREE_MAP, mapFuncPrototypeValue); in InitializeTreeMap()
1427 JSHandle<JSTaggedValue> mapFuncPrototypeValue(mapFuncPrototype); in InitializeMap() local1430 factory_->NewEcmaHClass(JSMap::SIZE, JSType::JS_MAP, mapFuncPrototypeValue); in InitializeMap()