Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-inspector-esm.js55 const { scriptSource } = await session.send({
59 assert(scriptSource && (scriptSource.includes(session.script())),
60 `Script source is wrong: ${scriptSource}`);
Dtest-inspector.js93 const { scriptSource } = await session.send({
97 assert(scriptSource && (scriptSource.includes(session.script())),
98 `Script source is wrong: ${scriptSource}`);
Dtest-debugger-low-level.js26 /scriptSource:[ \n]*'(?:\(function \(|let x = 1)/);
/third_party/node/benchmark/vm/
Dcompile-script-in-isolate-cache.js16 const scriptSource = fs.readFileSync(scriptPath, 'utf8'); constant
31 script = new vm.Script(scriptSource, options);
/third_party/node/lib/internal/debugger/
Dinspect_repl.js468 constructor(location, delta, scriptSource) { argument
470 this.scriptSource = scriptSource;
475 const { scriptId, lineNumber, columnNumber, delta, scriptSource } = this;
479 const lines = StringPrototypeSplit(scriptSource, '\n');
513 const { scriptSource } = await Debugger.getScriptSource({ scriptId });
514 return new SourceSnippet(location, delta, scriptSource);
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.h62 v8::Local<v8::debug::ScriptSource> scriptSource();
Dv8-debugger-agent-impl.cc1071 const String16& scriptId, String16* scriptSource, in getScriptSource() argument
1082 *scriptSource = cachedScriptIt->source; in getScriptSource()
1089 *scriptSource = it->second->source(0); in getScriptSource()
1591 String16 scriptSource = script->source(0); in didParseSource() local
1592 script->setSourceURL(findSourceURL(scriptSource, false)); in didParseSource()
1593 script->setSourceMappingURL(findSourceMapURL(scriptSource, false)); in didParseSource()
Dv8-debugger-agent-impl.h98 Response getScriptSource(const String16& scriptId, String16* scriptSource,
/third_party/node/src/
Djs_native_api_v8.cc1515 v8::ScriptCompiler::Source scriptSource(v8_script.As<v8::String>(), cache); in OH_JSVM_CompileScript() local
1519 auto maybe_script = v8::ScriptCompiler::Compile(context, &scriptSource, option); in OH_JSVM_CompileScript()
1610 v8::ScriptCompiler::Source scriptSource(v8_script.As<v8::String>(), scriptOrigin, cache); in OH_JSVM_CompileScriptWithOrigin() local
1615 auto maybe_script = v8::ScriptCompiler::Compile(context, &scriptSource, option); in OH_JSVM_CompileScriptWithOrigin()
/third_party/node/deps/v8/include/
Djs_protocol.pdl238 string scriptSource
427 string scriptSource