Searched refs:duk_is_null_or_undefined (Results 1 – 2 of 2) sorted by relevance
815 #define duk_is_null_or_undefined(ctx, idx) \ macro
23605 if (duk_is_null_or_undefined(thr, -1)) { in duk_get_method_stridx()31558 if (duk_is_null_or_undefined(thr, -1)) { in duk_bi_array_prototype_join_shared()40410 if (!duk_is_null_or_undefined(thr, 1)) { in duk_bi_textdecoder_constructor()46208 if (duk_is_null_or_undefined(thr, idx)) {84176 if (duk_is_null_or_undefined(thr, (duk_idx_t) c)) {
Completed in 911 milliseconds