Home
last modified time | relevance | path

Searched refs:__exception (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py40 __exception = None variable in DuckFuture
54 or self.__exception is not None)
58 if self.__exception is not None:
59 raise self.__exception
64 return self.__exception
74 self.__exception = exception
/third_party/quickjs/
Dquickjs.c213 #define __exception __attribute__((warn_unused_result)) macro
1032 static __exception int JS_ToArrayLengthFree(JSContext *ctx, uint32_t *plen,
1212 static __exception int perform_promise_then(JSContext *ctx,
1237 static __exception int js_get_length32(JSContext *ctx, uint32_t *pres,
6800 static no_inline __exception int __js_poll_interrupts(JSContext *ctx) in __js_poll_interrupts()
6815 static inline __exception int js_poll_interrupts(JSContext *ctx) in js_poll_interrupts()
7475 static int __exception JS_GetOwnPropertyNamesInternal(JSContext *ctx, in JS_GetOwnPropertyNamesInternal()
8047 static no_inline __exception int convert_fast_array_to_array(JSContext *ctx, in convert_fast_array_to_array()
10524 static __exception int __JS_ToFloat64Free(JSContext *ctx, double *pres, in __JS_ToFloat64Free()
11005 static __exception int JS_ToArrayLengthFree(JSContext *ctx, uint32_t *plen, in JS_ToArrayLengthFree()
[all …]