BUG=
R=ishell@chromium.org
Review URL: https://codereview.chromium.org/
166323015
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19512
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
#ifdef DEBUG
Handle<Code> compiled = CompileHandler(
lookup, object, name, value, cache_holder);
- ASSERT(compiled->major_key() == code->major_key());
ASSERT(compiled->flags() == code->flags());
#endif
return code;
LoadStubCompiler compiler(isolate_, kNoExtraICState, flag);
Handle<Code> compiled = compiler.CompileLoadNonexistent(
type, last, cache_name);
- ASSERT(compiled->major_key() == handler->major_key());
ASSERT(compiled->flags() == handler->flags());
#endif
return handler;