Searched refs:CreateListFromArrayLike (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.h | 31 GateRef CreateListFromArrayLike(GateRef glue, GateRef arrayObj);
|
| D | builtins_function_stub_builder.cpp | 60 GateRef argList = objectStubBuilder.CreateListFromArrayLike(glue, arrayObj); in Apply()
|
| D | builtins_object_stub_builder.cpp | 28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_reflect.cpp | 37 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectApply() 74 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectConstruct()
|
| D | builtins_function.cpp | 138 JSHandle<JSTaggedValue> num = JSObject::CreateListFromArrayLike(thread, arrayObj); in FunctionPrototypeApply()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 405 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike() function
|
| D | js_proxy.cpp | 755 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in OwnPropertyKeys() 892 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in GetAllPropertyKeys()
|
| D | js_object.h | 470 …static JSHandle<JSTaggedValue> CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTaggedVa…
|