Searched defs:VERIFY_OPCODE_ID (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DOpcode.h214 #define VERIFY_OPCODE_ID(id, size) COMPILE_ASSERT(id <= op_end, ASSERT_THAT_JS_OPCODE_IDS_ARE_VALID); macro
215 FOR_EACH_OPCODE_ID(VERIFY_OPCODE_ID);
216 #undef VERIFY_OPCODE_ID macro

Completed in 307 milliseconds