Home
last modified time | relevance | path

Searched refs:IsTopLevelCallDepth (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h544 bool IsTopLevelCallDepth() in IsTopLevelCallDepth() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1973 ASSERT_FALSE(vm_->IsTopLevelCallDepth()); in HWTEST_F_L0()
1975 ASSERT_TRUE(vm_->IsTopLevelCallDepth()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2460 if (vm_->IsTopLevelCallDepth()) { in ~FunctionCallScope()