Lines Matching defs:NewContainerConstructor
162 JSHandle<JSFunction> ContainersPrivate::NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype,
277 JSHandle<JSTaggedValue> arrayListFunction(NewContainerConstructor(
351 JSHandle<JSTaggedValue> lightWeightMapFunction(NewContainerConstructor(
427 NewContainerConstructor(thread, funcPrototype, ContainersLightWeightSet::LightWeightSetConstructor,
493 JSHandle<JSTaggedValue> mapFunction(NewContainerConstructor(
570 JSHandle<JSTaggedValue> setFunction(NewContainerConstructor(
644 NewContainerConstructor(thread, plainArrayFuncPrototype, ContainersPlainArray::PlainArrayConstructor,
719 JSHandle<JSTaggedValue> stackFunction(NewContainerConstructor(
778 JSHandle<JSTaggedValue> vectorFunction(NewContainerConstructor(
860 JSHandle<JSTaggedValue> bitVectorFunction(NewContainerConstructor(
928 JSHandle<JSTaggedValue> queueFunction(NewContainerConstructor(
983 JSHandle<JSTaggedValue> dequeFunction(NewContainerConstructor(
1037 JSHandle<JSTaggedValue> listFunction(NewContainerConstructor(
1088 JSHandle<JSTaggedValue> linkedListFunction(NewContainerConstructor(
1174 JSHandle<JSTaggedValue> hashMapFunction(NewContainerConstructor(
1253 JSHandle<JSTaggedValue> hashSetFunction(NewContainerConstructor(