HomeSort by relevance Sort by last modified time
    Searched refs:script_body (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 338 v8::Handle<v8::String> script_body = v8::String::New(buffer.start()); local
339 v8::Script::Compile(script_body, &origin)->Run();
  /external/v8/test/cctest/
test-compiler.cc 346 v8::Handle<v8::String> script_body = v8::String::New(buffer.start()); local
347 v8::Script::Compile(script_body, &origin)->Run();

Completed in 1084 milliseconds