Searched refs:NewArray (Results 1 – 7 of 7) sorted by relevance
79 virtual shared_ptr<JsValue> NewArray() = 0;
90 shared_ptr<JsValue> NewArray() override;
326 shared_ptr<JsValue> ArkJSRuntime::NewArray() in NewArray() function in OHOS::Ace::Framework::ArkJSRuntime
1431 auto colorArray = runtime->NewArray(); in JsCreateImageData()1539 auto colorArray = runtime->NewArray(); in JsGetImageData()
1597 auto colorArray = runtime->NewArray(); in JsCreateImageData()1728 auto colorArray = runtime->NewArray(); in JsGetImageData()
1298 shared_ptr<JsValue> binaryArray = runtime->NewArray(); in JsReadArrayBuffer()
56 shared_ptr<JsValue> result = runtime->NewArray(); in ConvertToJSValue()239 shared_ptr<JsValue> result = runtime->NewArray(); in TransformPoint()