Searched refs:NewJSArguments (Results 1 – 4 of 4) sorted by relevance
64 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()87 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()109 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()129 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()151 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0()
321 JSHandle<JSArguments> NewJSArguments();
776 JSHandle<JSArguments> ObjectFactory::NewJSArguments() in NewJSArguments() function in panda::ecmascript::ObjectFactory
2220 JSHandle<JSArguments> obj = factory->NewJSArguments(); in RuntimeGetUnmapedJSArgumentObj()