Searched refs:MAX_FILE_LENGTH (Results 1 - 1 of 1) sorted by relevance
/third_party/node/src/ | ||
H A D | js_native_api_v8.cc | 1358 constexpr int MAX_FILE_LENGTH = 32 * 1024 * 1024; variable 1369 if (fileLength > MAX_FILE_LENGTH) { in LoadStringFromFile() |
Completed in 10 milliseconds