Home
last modified time | relevance | path

Searched defs:NewJSAPIVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp382 static JSHandle<JSAPIVector> NewJSAPIVector(ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSAPIVector() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3721 JSHandle<JSAPIVector> ObjectFactory::NewJSAPIVector(uint32_t capacity) in NewJSAPIVector() function in panda::ecmascript::ObjectFactory