Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_list.cpp205 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in Get() local
233 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in GetIndexOf() local
254 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in GetLastIndexOf() local
284 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in Set() local
358 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in Clear() local
387 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in RemoveByIndex() local
410 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in Remove() local
457 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in Equal() local
524 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in ConvertToArray() local
564 JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(self); in GetSubList() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp264 …JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(factory->NewJSObjectWithInit(listClass)); in NewJSAPIList() local
1220 JSHandle<JSAPIList> jsAPIList = NewJSAPIList(thread, factory); in HWTEST_F_L0() local
1234 JSHandle<JSAPIList> jsAPIList = NewJSAPIList(thread, factory); in HWTEST_F_L0() local