Searched refs:excep (Results 1 – 4 of 4) sorted by relevance
48 except (OSError, TypeError) as excep:49 raise excep
1792 napi_value excep; variable1793 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));1868 napi_value excep; variable1869 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));1905 napi_value excep; variable1906 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
4103 napi_value excep; variable4104 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));4160 napi_value excep; variable4161 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
918 Local<panda::ObjectRef> excep = panda::JSNApi::GetUncaughtException(vm); in NapiDefineProperty() local919 if (!excep.IsNull()) { in NapiDefineProperty()1504 Local<ObjectRef> excep = panda::JSNApi::GetUncaughtException(vm_); in CreateInstance() local1505 if (!excep.IsNull()) { in CreateInstance()