Home
last modified time | relevance | path

Searched refs:ToIntegerTruncationMode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbase.tq69 type ToIntegerTruncationMode constexpr 'ToIntegerTruncationMode';
129 const kTruncateMinusZero: constexpr ToIntegerTruncationMode generates
130 'ToIntegerTruncationMode::kTruncateMinusZero';
182 Context, Object, constexpr ToIntegerTruncationMode): Number;
/external/v8/src/
Dcode-stub-assembler.h1983 enum ToIntegerTruncationMode { enum
2003 ToIntegerTruncationMode mode = kNoTruncation);
2006 ToIntegerTruncationMode mode = kNoTruncation);
Dcode-stub-assembler.cc7318 ToIntegerTruncationMode mode) { in ToInteger_Inline()
7329 ToIntegerTruncationMode mode) { in ToInteger()