Lines Matching refs:arrow
307 // Otherwise, the arrow property will be attached to the object and handled
377 Local<Value> arrow;
385 // source line and the arrow to stderr.
419 arrow =
429 if (arrow.IsEmpty() || !arrow->IsString() || decorated) {
432 node::Utf8Value arrow_string(env->isolate(), arrow);
463 if (arrow.IsEmpty() || !arrow->IsString() || decorated) {
466 node::Utf8Value arrow_string(env->isolate(), arrow);
1066 Local<Value> arrow;
1067 if (!(maybe_value.ToLocal(&arrow) && arrow->IsString())) {
1078 arrow.As<String>(),