Home
last modified time | relevance | path

Searched refs:StrictEqual (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/common/
Doperation.h32 V(StrictEqual) \
/third_party/node/deps/v8/src/builtins/
Darray-lastindexof.tq45 const same: Boolean = StrictEqual(searchElement, element);
115 const same: Boolean = StrictEqual(searchElement, element);
Dbuiltins-number-gen.cc212 TNode<Oddball> result = StrictEqual(lhs, rhs, &var_type_feedback); in TF_BUILTIN()
239 TNode<Oddball> result = StrictEqual(lhs, rhs, &var_type_feedback); in TF_BUILTIN()
Dnumber.tq796 builtin StrictEqual(implicit context: Context)(
798 return ::StrictEqual(left, right);
Dbase.tq791 extern macro StrictEqual(JSAny, JSAny): Boolean;
/third_party/node/deps/v8/src/compiler/
Doperation-typer.h63 Type StrictEqual(Type lhs, Type rhs);
Dopcodes.h93 V(JSStrictEqual, StrictEqual) \
Doperation-typer.cc1253 Type OperationTyper::StrictEqual(Type lhs, Type rhs) { in StrictEqual() function in v8::internal::compiler::OperationTyper
Djs-operator.h911 const Operator* StrictEqual(FeedbackSource const& feedback); in NON_EXPORTED_BASE()
Dtyper.cc1058 return t->operation_typer()->StrictEqual(lhs, rhs); in JSStrictEqualTyper()
Dbytecode-graph-builder.cc3228 BuildCompareOp(javascript()->StrictEqual(feedback)); in VisitTestEqualStrict()
/third_party/node/deps/v8/src/runtime/
Druntime.h374 F(StrictEqual, 2, 1) \
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1619 result = StrictEqual(lhs, rhs, &var_type_feedback); in CompareOpWithFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3629 TNode<Oddball> StrictEqual(TNode<Object> lhs, TNode<Object> rhs,
Dcode-stub-assembler.cc12941 TNode<Oddball> CodeStubAssembler::StrictEqual( in StrictEqual() function in v8::internal::CodeStubAssembler