Lines Matching refs:JS_NULL

1659     rt->current_exception = JS_NULL;
2163 ctx->class_proto[i] = JS_NULL;
2164 ctx->array_ctor = JS_NULL;
2165 ctx->regexp_ctor = JS_NULL;
2166 ctx->promise_ctor = JS_NULL;
3427 new_tab[i] = JS_NULL;
4823 /* WARNING: proto must be an object or JS_NULL */
6317 rt->current_exception = JS_NULL;
6519 str = JS_NULL;
6556 /* out of memory: throw JS_NULL to avoid recursing */
6557 obj = JS_NULL;
6835 /* Only works for primitive types, otherwise return JS_NULL. */
6867 val = JS_NULL;
6873 /* Return an Object, JS_NULL or JS_EXCEPTION in case of Proxy object. */
6885 val = JS_NULL;
14843 enum_obj = JS_NewObjectProtoClass(ctx, JS_NULL, JS_CLASS_FOR_IN_ITERATOR);
14899 JS_SetPropertyInternal(ctx, enum_obj, tab_atom[i].atom, JS_NULL, 0);
14913 JS_DefinePropertyValue(ctx, enum_obj, tab_atom[i].atom, JS_NULL,
15118 ctx->rt->current_exception = JS_NULL;
15603 parent_proto = JS_NULL;
16106 * sp++ = JS_NULL;
16171 *sp++ = JS_NewObjectProto(ctx, JS_NULL);
17036 *sp++ = JS_NewObjectProto(ctx, JS_NULL);
18506 rt->current_exception = JS_NULL;
22681 cpool_idx = cpool_add(s, JS_NULL);
27721 obj = JS_NewObjectProto(ctx, JS_NULL);
27823 basename_val = JS_NULL;
32726 idx = cpool_add(s, JS_NULL);
35127 obj = JS_NULL;
41893 obj = JS_NULL;
41920 groups = JS_NewObjectProto(ctx, JS_NULL);
42180 A = JS_NULL;
42861 JSValue val = JS_NULL;
42958 val = JS_NULL;
43287 v = JS_NULL;
43357 val = JS_NULL;
44576 obj = JS_NewObjectProtoClass(ctx, JS_NULL, JS_CLASS_PROXY);
44603 func_data[0] = JS_NULL;
47992 rv = JS_NULL;
48172 opset_obj = JS_NewObjectProtoClass(ctx, JS_NULL, JS_CLASS_OPERATOR_SET);
50118 ctx->class_proto[JS_CLASS_OBJECT] = JS_NewObjectProto(ctx, JS_NULL);
50189 ctx->global_var_obj = JS_NewObjectProto(ctx, JS_NULL);
50265 obj1 = JS_NewObjectProto(ctx, JS_NULL);