Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp205 ExceptionScope scope(env);
218 ExceptionScope scope(env);
289 ExceptionScope scope(env);
327 ExceptionScope scope(env);
340 ExceptionScope scope(env);
362 ExceptionScope scope(env);
385 ExceptionScope scope(env);
431 ExceptionScope scope(env);
444 ExceptionScope scope(env);
846 ExceptionScope scope(env);
[all …]
H A Dtest.h82 class ExceptionScope {
84 explicit ExceptionScope(napi_env env) : env_(env) {} in ExceptionScope() function
85 ~ExceptionScope() in ~ExceptionScope()
H A Dtest.cpp740 ExceptionScope scope(env); in ReleaseWorkerHandles()
760 ExceptionScope scope(env); in DebuggerOnPostTask()
795 ExceptionScope scope(env); in PerformTask()
830 ExceptionScope scope(env); in NotifyHandleTaskResult()
849 ExceptionScope scope(env); in TaskResultCallback()
882 ExceptionScope scope(env); in HandleFunctionException()