Lines Matching refs:JS_IsObject

5793     if (!JS_IsObject(obj))  in JS_IsLiveObject()
6982 if (!JS_IsObject(obj)) in JS_IsInstanceOf()
8309 if (!JS_IsObject(this_obj)) in JS_SetPropertyGeneric()
9348 …if (name != JS_ATOM_NULL && JS_IsObject(obj) && !js_object_has_name(ctx, obj) && JS_DefineProperty… in JS_DefineObjectName()
9357 if (JS_IsObject(obj) && in JS_DefineObjectNameComputed()
12649 if (JS_IsObject(op1)) { in js_unary_arith_slow()
12754 if (JS_IsObject(op1)) { in js_not_slow()
14544 if (JS_IsObject(arr)) { in js_has_unscopable()
14996 if (!JS_IsObject(enum_obj)) { in JS_GetIterator2()
15046 if (JS_IsObject(method)) { in JS_IteratorNext2()
15066 if (!JS_IsObject(obj)) { in JS_IteratorNext2()
15136 } else if (!JS_IsObject(ret)) { in JS_IteratorClose()
15225 if (!JS_IsObject(obj)) { in js_iterator_get_value_done()
15613 if (!JS_IsNull(parent_proto) && !JS_IsObject(parent_proto)) { in js_op_define_class()
16476 if (!JS_IsObject(sp[-1])) in JS_CallInternal()
17291 if (!JS_IsObject(ret)) { in JS_CallInternal()
17499 if (JS_IsObject(proto) || JS_IsNull(proto)) { in JS_CallInternal()
18611 if (!JS_IsObject(proto)) { in js_create_from_ctor()
35667 if (!JS_IsObject(desc)) { in js_obj_to_desc()
35766 if (!JS_IsObject(obj)) { in JS_ObjectDefineProperties()
35824 if (!JS_IsObject(proto) && !JS_IsNull(proto)) in js_object_create()
36343 if (!JS_IsObject(obj)) in js_object_seal()
36394 if (!JS_IsObject(obj)) in js_object_isSealed()
36464 if (!JS_IsObject(item)) { in js_object_fromEntries()
36488 if (JS_IsObject(iter)) { in js_object_fromEntries()
36583 return JS_NewBool(ctx, JS_IsObject(argv[0]));
36604 if (!JS_IsObject(obj)) in JS_SpeciesConstructor()
36611 if (!JS_IsObject(ctor)) { in JS_SpeciesConstructor()
36653 if (!JS_IsObject(proto) && !JS_IsNull(proto)) in js_object_set___proto__()
36669 if (!JS_IsObject(v)) in js_object_isPrototypeOf()
36883 if (!JS_IsObject(proto)) { in js_function_constructor()
37187 if (!JS_IsObject(proto)) { in js_error_constructor()
37241 if (!JS_IsObject(this_val)) in js_error_toString()
37539 if (JS_IsObject(ctor)) { in JS_ArraySpeciesCreate()
37568 if (!JS_IsObject(obj)) in JS_isConcatSpreadable()
41375 if (!JS_IsObject(proto)) {
41524 if (!JS_IsObject(obj)) in js_is_regexp()
41813 if (!JS_IsObject(this_val)) in js_regexp_toString()
42081 if (!JS_IsObject(ret) && !JS_IsNull(ret)) { in JS_RegExpExec()
42127 if (!JS_IsObject(rx)) in js_regexp_Symbol_match()
42289 if (!JS_IsObject(R)) in js_regexp_Symbol_matchAll()
42440 if (!JS_IsObject(rx)) in js_regexp_Symbol_replace()
42613 if (!JS_IsObject(rx)) in js_regexp_Symbol_search()
42675 if (!JS_IsObject(rx)) in js_regexp_Symbol_split()
43028 if (JS_IsObject(val)) { in internalize_json_property()
43136 if (JS_IsObject(val) in js_json_check()
43428 if (JS_IsObject(v)) { in JS_JSONStringify()
43462 if (JS_IsObject(space)) { in JS_JSONStringify()
44121 if (!JS_IsObject(trap_result_obj) && !JS_IsUndefined(trap_result_obj)) { in js_proxy_get_own_property()
44871 if (!JS_IsObject(item)) { in js_map_constructor()
44903 if (JS_IsObject(iter)) { in js_map_constructor()
45135 if (s->is_weak && !JS_IsObject(key)) in js_map_set()
45839 if (is_reject || !JS_IsObject(resolution)) { in js_promise_resolve_function_call()
46028 if (!JS_IsObject(this_val)) in js_promise_resolve()
46063 if (!JS_IsObject(ctor))
46187 if (!JS_IsObject(this_val)) in js_promise_all()
46329 if (!JS_IsObject(this_val)) in js_promise_race()
47893 if (!JS_IsObject(obj)) in js_date_Symbol_toPrimitive()
48315 if (!JS_IsObject(obj)) /* in case the prototype is not defined */ in js_operators_set_default()
49811 if (!JS_IsObject(obj)) { in js_bigdecimal_get_env()