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

/external/v8/src/
H A Ddebug-debugger.js549 Debug.scriptSource = function(func_or_script_name) {
897 var source = full ? this.scriptSource(f) : this.source(f);
/external/v8/test/cctest/
H A Dtest-api.cc17590 v8::Handle<v8::String> scriptSource = v8::String::NewFromUtf8( local
17596 v8::Local<v8::Script> script = CompileWithOrigin(scriptSource, "test");
18569 v8::Handle<v8::String> scriptSource = v8::String::NewFromUtf8( local
18571 v8::Local<v8::Script> script(v8::Script::Compile(scriptSource, &origin));

Completed in 188 milliseconds