Home
last modified time | relevance | path

Searched refs:NewJSArguments (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_arguments_test.cpp41 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
64 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
86 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
106 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
128 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
H A Djsvaluerefobject_fuzzer.cpp84 JSHandle<JSArguments> obj = factory->NewJSArguments(); in IsArgumentsObjectFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h346 JSHandle<JSArguments> NewJSArguments();
H A Dobject_factory.cpp958 JSHandle<JSArguments> ObjectFactory::NewJSArguments() in NewJSArguments() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp919 factory->NewJSArguments(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2727 JSHandle<JSArguments> obj = factory->NewJSArguments();
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp949 JSHandle<JSArguments> obj = factory->NewJSArguments(); in HWTEST_F_L0()

Completed in 31 milliseconds