Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h411 bool IsTopLevelCallDepth() in IsTopLevelCallDepth() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1516 ASSERT_FALSE(vm_->IsTopLevelCallDepth()); in HWTEST_F_L0()
1518 ASSERT_TRUE(vm_->IsTopLevelCallDepth()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1006 if (vm_->IsTopLevelCallDepth()) { in ~FunctionCallScope()