Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-features.h77 #define LIST_FEATURE(feat, ...) kFeature_##feat, in All() macro
78 return WasmFeatures({FOREACH_WASM_FEATURE(LIST_FEATURE)}); in All()
79 #undef LIST_FEATURE in All() macro
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc326 #define LIST_FEATURE(name, ...) kFeature_##name, in CheckBailoutAllowed() macro
328 FOREACH_WASM_EXPERIMENTAL_FEATURE_FLAG(LIST_FEATURE)}; in CheckBailoutAllowed()
329 #undef LIST_FEATURE in CheckBailoutAllowed() macro

Completed in 9 milliseconds