Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint-internal.cc13 bool kAdvancedAlgorithmsEnabledInLibrary = true; variable
15 bool kAdvancedAlgorithmsEnabledInLibrary = false;
Dbigint.h28 extern bool kAdvancedAlgorithmsEnabledInLibrary;
329 BIGINT_H_DCHECK(kAdvancedAlgorithmsEnabledInLibrary); in DivideResultLength()
335 BIGINT_H_DCHECK(!kAdvancedAlgorithmsEnabledInLibrary); in DivideResultLength()