Home
last modified time | relevance | path

Searched refs:scriptSource (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Dfunction-source.js35 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
42 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
47 assertEquals(Debug.scriptSource(f), Debug.scriptSource(g));
/external/v8/src/
Ddebug-debugger.js549 Debug.scriptSource = function(func_or_script_name) { function
897 var source = full ? this.scriptSource(f) : this.source(f);
/external/v8/test/cctest/
Dtest-api.cc17590 v8::Handle<v8::String> scriptSource = v8::String::NewFromUtf8( in TEST() local
17596 v8::Local<v8::Script> script = CompileWithOrigin(scriptSource, "test"); in TEST()
18569 v8::Handle<v8::String> scriptSource = v8::String::NewFromUtf8( in THREADED_TEST() local
18571 v8::Local<v8::Script> script(v8::Script::Compile(scriptSource, &origin)); in THREADED_TEST()