Home
last modified time | relevance | path

Searched refs:CreateListFromArrayLike (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp37 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectApply()
74 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectConstruct()
Dbuiltins_function.cpp124 JSHandle<JSTaggedValue> num = JSObject::CreateListFromArrayLike(thread, arrayObj); in FunctionPrototypeApply()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h363 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike() function
Djs_object.h421 …static JSHandle<JSTaggedValue> CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTaggedVa…
Djs_proxy.cpp767 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in OwnPropertyKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp896 GateRef argList = CreateListFromArrayLike(glue, arrayObj); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h574 GateRef CreateListFromArrayLike(GateRef glue, GateRef arrayObj);
Dstub_builder.cpp6207 GateRef StubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike() function in panda::ecmascript::kungfu::StubBuilder