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/debug/
Ddebug.js574 Debug.scriptSource = function(func_or_script_name) { function
903 var source = full ? this.scriptSource(f) : this.source(f);
/external/v8/test/cctest/
Dtest-api.cc17090 v8::Local<v8::String> scriptSource = v8_str( in TEST() local
17095 v8::Local<v8::Script> script = CompileWithOrigin(scriptSource, "test"); in TEST()
18136 v8::Local<v8::String> scriptSource = in THREADED_TEST() local
18139 v8::Script::Compile(env.local(), scriptSource, &origin).ToLocalChecked()); in THREADED_TEST()