Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.h39 GateRef CreateListFromArrayLike(GateRef glue, GateRef arrayObj);
Dbuiltins_function_stub_builder.cpp64 GateRef argList = objectStubBuilder.CreateListFromArrayLike(glue, arrayObj); in PrototypeApply()
Dbuiltins_object_stub_builder.cpp28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp45 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectApplyInternal()
82 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectConstruct()
Dbuiltins_function.cpp143 JSHandle<JSTaggedValue> num = JSObject::CreateListFromArrayLike(thread, arrayObj); in FunctionPrototypeApplyInternal()
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp753 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in OwnPropertyKeys()
890 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in GetAllPropertyKeys()
Djs_object-inl.h415 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike() function
Djs_object.h477 …static JSHandle<JSTaggedValue> CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTaggedVa…