Home
last modified time | relevance | path

Searched refs:MAX_STACK_LENGTH (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc26 #define MAX_STACK_LENGTH 100 macro
63 if (len + 1 > MAX_STACK_LENGTH) { in AllocateSufficientSpace()
70 // A heap allocation will only occur if the data is more than MAX_STACK_LENGTH
72 // the MAX_STACK_LENGTH should be more than enough.
74 uint8_t data_[MAX_STACK_LENGTH];
103 #undef MAX_STACK_LENGTH macro

Completed in 1 milliseconds