Home | History | Annotate | Download | only in src

Lines Matching refs:D8

32 #include "d8.h"
33 #include "d8-debug.h"
44 const char* Shell::kPrompt = "d8> ";
455 // Run the d8 shell utility script in the utility context
456 int source_index = i::NativesCollection<i::D8>::GetIndex("d8");
458 = i::NativesCollection<i::D8>::GetScriptSource(source_index);
460 = i::NativesCollection<i::D8>::GetScriptName(source_index);
468 // Mark the d8 shell script as native to avoid it showing up as normal source
485 v8::Debug::EnableAgent("d8 shell", i::FLAG_debugger_port);
584 Handle<String> name = String::New("(d8)");