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.h31 GateRef CreateListFromArrayLike(GateRef glue, GateRef arrayObj);
Dbuiltins_function_stub_builder.cpp60 GateRef argList = objectStubBuilder.CreateListFromArrayLike(glue, arrayObj); in Apply()
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.cpp37 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectApply()
74 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectConstruct()
Dbuiltins_function.cpp138 JSHandle<JSTaggedValue> num = JSObject::CreateListFromArrayLike(thread, arrayObj); in FunctionPrototypeApply()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h405 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike() function
Djs_proxy.cpp755 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in OwnPropertyKeys()
892 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in GetAllPropertyKeys()
Djs_object.h470 …static JSHandle<JSTaggedValue> CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTaggedVa…