Home
last modified time | relevance | path

Searched refs:ConstexprInt31Equal (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbase.tq983 ConstexprInt31Equal(constexpr int31, constexpr int31): constexpr bool;
1107 ConstexprInt31Equal(
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3878 bool ConstexprInt31Equal(int31_t a, int31_t b) { return a == b; } in ConstexprInt31Equal() function