Home
last modified time | relevance | path

Searched defs:TryCatch (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md4959 ## TryCatch section
4986 TryCatch tryCatch(vm); argument
4990 ### TryCatch argument
5034 TryCatch tryCatch(vm_); argument
5055 TryCatch tryCatch(vm_); argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h765 explicit TryCatch(const EcmaVM *ecmaVm) : ecmaVm_(ecmaVm) {}; in TryCatch() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp907 HWTEST_F_L0(JSNApiTests, TryCatch) in HWTEST_F_L0() argument