• Home
  • Raw
  • Download

Lines Matching refs:JSFunction

61 static JSFunction *JSObjectTestCreate(JSThread *thread)  in JSObjectTestCreate()
65 return globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate()
72 …thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass), hc… in HWTEST_F_L0()
80 …thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass), hc… in HWTEST_F_L0()
104 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
112 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
145 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
153 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
189 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
195 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
230 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
236 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
272 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
278 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
319 …JSHandle<JSTaggedValue> proto(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hcla… in HWTEST_F_L0()
320 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
326 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
357 …JSHandle<JSTaggedValue> proto(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hcla… in HWTEST_F_L0()
358 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
361 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
394 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
397 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
430 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
433 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
468 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
475 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
509 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0()
516 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
557 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()
590 …JSHandle<JSTaggedValue> obj(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hclass… in HandlerConstruct()
602 …JSHandle<JSTaggedValue> obj(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hclass… in HandlerConFunc()
618 JSHandle<JSFunction>::Cast(targetHandle)->GetJSHClass()->SetConstructor(true); in HWTEST_F_L0()
621 …JSHandle<JSTaggedValue> handlerHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclas… in HWTEST_F_L0()