Searched refs:NewContainerConstructor (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_private.cpp | 162 JSHandle<JSFunction> ContainersPrivate::NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype, in NewContainerConstructor() function in panda::ecmascript::containers::ContainersPrivate 277 JSHandle<JSTaggedValue> arrayListFunction(NewContainerConstructor( in InitializeArrayList() 351 JSHandle<JSTaggedValue> lightWeightMapFunction(NewContainerConstructor( in InitializeLightWeightMap() 427 NewContainerConstructor(thread, funcPrototype, ContainersLightWeightSet::LightWeightSetConstructor, in InitializeLightWeightSet() 493 JSHandle<JSTaggedValue> mapFunction(NewContainerConstructor( in InitializeTreeMap() 570 JSHandle<JSTaggedValue> setFunction(NewContainerConstructor( in InitializeTreeSet() 644 NewContainerConstructor(thread, plainArrayFuncPrototype, ContainersPlainArray::PlainArrayConstructor, in InitializePlainArray() 719 JSHandle<JSTaggedValue> stackFunction(NewContainerConstructor( in InitializeStack() 778 JSHandle<JSTaggedValue> vectorFunction(NewContainerConstructor( in InitializeVector() 860 JSHandle<JSTaggedValue> bitVectorFunction(NewContainerConstructor( in InitializeBitVector() [all...] |
H A D | containers_private.h | 53 static JSHandle<JSFunction> NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype,
|
Completed in 3 milliseconds