Searched refs:StrictEquals (Results 1 – 15 of 15) sorted by relevance
120 if (type->StrictEquals(env->ignore_string())) { in ParseStdioOptions()122 } else if (type->StrictEquals(env->pipe_string())) { in ParseStdioOptions()126 } else if (type->StrictEquals(env->overlapped_string())) { in ParseStdioOptions()131 } else if (type->StrictEquals(env->wrap_string())) { in ParseStdioOptions()
895 if (js_type->StrictEquals(env()->ignore_string())) { in ParseStdioOption()898 } else if (js_type->StrictEquals(env()->pipe_string())) { in ParseStdioOption()927 } else if (js_type->StrictEquals(env()->inherit_string()) || in ParseStdioOption()928 js_type->StrictEquals(env()->fd_string())) { in ParseStdioOption()
282 if (value->StrictEquals(env->fs_use_promises_symbol())) { in GetReqWrap()
1476 *result = a->StrictEquals(b); in napi_strict_equals()
48 return isolate->heap()->ToBoolean(x.StrictEquals(y)); in RUNTIME_FUNCTION()56 return isolate->heap()->ToBoolean(!x.StrictEquals(y)); in RUNTIME_FUNCTION()
419 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
9 assert(!args.This()->StrictEquals(args.NewTarget())); in NewClass()
424 bool StrictEquals(Local<Value> that) const;
38 return Just<bool>(maybe_property.ToLocalChecked()->StrictEquals( in IsProperty()
156 if (!host_defined_options->get(i).StrictEquals(script_options->get(i))) { in HasOrigin()
399 V8_EXPORT_PRIVATE bool StrictEquals(Object that);
530 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath()1821 if (value->StrictEquals(element_k)) { in IndexOfValueImpl()1837 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueImpl()2619 if (value.StrictEquals(elements.get(static_cast<uint32_t>(k)))) { in IndexOfValueImpl()4683 if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()4691 } else if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()
858 bool Object::StrictEquals(Object that) { in StrictEquals() function in v8::internal::Object
677 return array->Get(context, 1).As<String>()->StrictEquals(resource_name); in IsValidHostDefinedOptions()3798 DCHECK(value->StrictEquals(expected)); in Send()
4237 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value4240 return self->StrictEquals(*other); in StrictEquals()