~ubuntu-branches/ubuntu/precise/nodejs/precise

« back to all changes in this revision

Viewing changes to deps/v8/src/arm/regexp-macro-assembler-arm.cc

  • Committer: Bazaar Package Importer
  • Author(s): Jérémy Lal
  • Date: 2010-08-20 11:49:04 UTC
  • mfrom: (7.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100820114904-lz22w6fkth7yh179
Tags: 0.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
799
799
  CodeDesc code_desc;
800
800
  masm_->GetCode(&code_desc);
801
801
  Handle<Code> code = Factory::NewCode(code_desc,
802
 
                                       NULL,
803
802
                                       Code::ComputeFlags(Code::REGEXP),
804
803
                                       masm_->CodeObject());
805
804
  PROFILE(RegExpCodeCreateEvent(*code, *source));