Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.cc20 static const int kMaxIdentifierCount = 0xF000000; variable
260 CHECK_LT(global_count_, kMaxIdentifierCount); in ConsumeIdentifier()
264 CHECK_LT(local_names_.size(), kMaxIdentifierCount); in ConsumeIdentifier()
268 CHECK_LT(global_count_, kMaxIdentifierCount); in ConsumeIdentifier()