Home
last modified time | relevance | path

Searched defs:V8_NOINLINE (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/
Dv8config.h450 # define V8_NOINLINE __attribute__((noinline)) macro
452 # define V8_NOINLINE __declspec(noinline) macro
454 # define V8_NOINLINE /* NOT SUPPORTED */ macro