Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc654 SharedFunctionInfo fun_info = function().shared(); in JSGeneratorObjectPrint() local
655 if (fun_info.HasSourceCode()) { in JSGeneratorObjectPrint()
656 Script script = Script::cast(fun_info.script()); in JSGeneratorObjectPrint()
665 if (fun_info.HasBytecodeArray() && in JSGeneratorObjectPrint()
666 fun_info.GetBytecodeArray(isolate).HasSourcePositionTable()) { in JSGeneratorObjectPrint()