Home
last modified time | relevance | path

Searched refs:ToTaggedArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h96 … static JSHandle<TaggedArray> ToTaggedArray(JSThread *thread, const JSHandle<JSTaggedValue> &obj);
Djs_array.cpp464 JSHandle<TaggedArray> JSArray::ToTaggedArray(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in ToTaggedArray() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp119 JSHandle<TaggedArray> exportsArray = JSArray::ToTaggedArray(thread, exports); in OwnPropertyKeys()
138 JSHandle<TaggedArray> exportsArray = JSArray::ToTaggedArray(thread, exports); in OwnEnumPropertyKeys()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp183 JSHandle<TaggedArray> errorsArray = JSArray::ToTaggedArray(thread, errorsList); in AggregateErrorConstructor()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp263 srcHashes.Update(JSArray::ToTaggedArray(thread, value)); in Equal()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp591 JSHandle<TaggedArray> taggedArr = JSArray::ToTaggedArray(thread, handleArr); in HWTEST_F_L0()