Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4961 ## TryCatch section in JSNApi接口说明
4965 ### GetAndClearException
4992 ### TryCatch argument
5014 ### HasCaught
5040 ### Rethrow
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h972 explicit TryCatch(const EcmaVM *ecmaVm) : ecmaVm_(ecmaVm) {}; in TryCatch() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp941 HWTEST_F_L0(JSNApiTests, TryCatch) in HWTEST_F_L0() argument