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.cc699 #define DECL_INTERNAL_ENUM(name, value) kInternal##name = value, macro
700 FOREACH_INTERNAL_OPCODE(DECL_INTERNAL_ENUM)
701 #undef DECL_INTERNAL_ENUM