Searched refs:CreateListFromArrayLike (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.h | 39 GateRef CreateListFromArrayLike(GateRef glue, GateRef arrayObj);
|
| D | builtins_function_stub_builder.cpp | 64 GateRef argList = objectStubBuilder.CreateListFromArrayLike(glue, arrayObj); in PrototypeApply()
|
| 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 | 45 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectApplyInternal() 82 JSHandle<JSTaggedValue> argOrAbrupt = JSObject::CreateListFromArrayLike(thread, argumentsList); in ReflectConstruct()
|
| D | builtins_function.cpp | 143 JSHandle<JSTaggedValue> num = JSObject::CreateListFromArrayLike(thread, arrayObj); in FunctionPrototypeApplyInternal()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 753 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in OwnPropertyKeys() 890 JSObject::CreateListFromArrayLike<ElementTypes::STRING_AND_SYMBOL>(thread, trapResArr)); in GetAllPropertyKeys()
|
| D | js_object-inl.h | 415 JSHandle<JSTaggedValue> JSObject::CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTagged… in CreateListFromArrayLike() function
|
| D | js_object.h | 477 …static JSHandle<JSTaggedValue> CreateListFromArrayLike(JSThread *thread, const JSHandle<JSTaggedVa…
|