Home
last modified time | relevance | path

Searched defs:baseScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp80 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
104 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
124 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
143 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
151 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
192 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
263 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
290 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
318 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
Dgc_third_test.cpp53 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
106 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
126 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
Dgc_first_test.cpp59 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
188 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
212 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
235 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
267 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
288 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
Dconcurrent_marking_test.cpp91 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
111 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp335 [[maybe_unused]] ecmascript::EcmaHandleScope baseScope(thread_); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp514 …auto baseScope = baseDeclNode->IsTSInterfaceDeclaration() ? baseDeclNode->AsTSInterfaceDeclaration… in ResolveDeclaredMembersOfObject() local