Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc628 #define DECL_INTERNAL_ENUM(name, value) kInternal##name = value, macro
629 FOREACH_INTERNAL_OPCODE(DECL_INTERNAL_ENUM)
630 #undef DECL_INTERNAL_ENUM