Home
last modified time | relevance | path

Searched refs:StrictEquals (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-operators.cc48 return isolate->heap()->ToBoolean(x.StrictEquals(y)); in RUNTIME_FUNCTION()
56 return isolate->heap()->ToBoolean(!x.StrictEquals(y)); in RUNTIME_FUNCTION()
H A Druntime-array.cc419 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
/third_party/node/src/
H A Dprocess_wrap.cc120 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()
H A Dspawn_sync.cc895 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()
H A Dnode_file-inl.h282 if (value->StrictEquals(env->fs_use_promises_symbol())) { in GetReqWrap()
H A Djs_native_api_v8.cc2848 *result = a->StrictEquals(b); in OH_JSVM_StrictEquals()
/third_party/node/test/addons/new-target/
H A Dbinding.cc9 assert(!args.This()->StrictEquals(args.NewTarget())); in NewClass()
/third_party/node/deps/v8/include/
H A Dv8-value.h424 bool StrictEquals(Local<Value> that) const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h434 bool StrictEquals(Local<Value> that) const;
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc35 // StrictEquals fail. in IsProperty()
38 return Just<bool>(maybe_property.ToLocalChecked()->StrictEquals( in IsProperty()
/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.cc156 if (!host_defined_options->get(i).StrictEquals(script_options->get(i))) { in HasOrigin()
/third_party/node/deps/v8/src/objects/
H A Dobjects.h399 V8_EXPORT_PRIVATE bool StrictEquals(Object that);
H A Delements.cc530 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()
2613 // elements->get(k) can return the hole, for which the StrictEquals will 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()
H A Dobjects.cc858 bool Object::StrictEquals(Object that) { in StrictEquals() function in v8::internal::Object
/third_party/node/deps/v8/src/d8/
H A Dd8.cc677 return array->Get(context, 1).As<String>()->StrictEquals(resource_name); in IsValidHostDefinedOptions()
3798 DCHECK(value->StrictEquals(expected)); in Send()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4237 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value
4240 return self->StrictEquals(*other); in StrictEquals()

Completed in 88 milliseconds