Lines Matching full:nullptr
56 EcmaVM *ecmaVm {nullptr};
57 EcmaHandleScope *scope {nullptr};
58 JSThread *thread {nullptr};
63 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
67 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0()
69 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
74 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
77 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
82 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
86 JSPtLocation ptLocation2(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0()
88 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
93 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
97 JSPtLocation ptLocation4(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0()
98 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
103 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
106 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
111 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
114 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
119 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
121 jspthooks->NativeCalling(nullptr); in HWTEST_F_L0()
122 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
127 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0()
129 jspthooks->NativeReturn(nullptr); in HWTEST_F_L0()
130 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()