Lines Matching defs:source
62 // the source texts.
99 // If source maps have been enabled, the exception line will instead be
106 std::string source = GetSourceMapErrorSource(
109 return source;
254 std::string source =
256 std::string result = source + '\n' + reason.ToString() + '\n';
296 std::string source = GetErrorSource(
301 MaybeLocal<Value> arrow_str = ToV8Value(env->context(), source);
315 FPrintF(stderr, "\n%s", source);
385 // source line and the arrow to stderr.
387 // It is done just to preserve the source line as soon as possible.
556 v8::Local<v8::Value> source,
567 Local<Value> argv[1] = {source};