Home
last modified time | relevance | path

Searched refs:eval_from_shared (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-module.cc19 HeapObject maybe_script = origin_script.eval_from_shared().script(); in GetEvalOrigin()
/third_party/node/deps/v8/src/objects/
H A Dscript.h67 // [eval_from_shared]: for eval scripts the shared function info for the
69 DECL_ACCESSORS(eval_from_shared, SharedFunctionInfo)
83 // Whether the eval_from_shared field is set with a shared function info
H A Dscript-inl.h64 SharedFunctionInfo Script::eval_from_shared() const { in eval_from_shared() function in v8::internal::Script
H A Dcall-site-info.cc210 Handle<SharedFunctionInfo> eval_shared(script->eval_from_shared(), isolate); in FormatEvalOrigin()
H A Dobjects.cc4811 handle(script->eval_from_shared(), isolate); in GetEvalPosition()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2211 os << "\n - eval from shared: " << Brief(eval_from_shared()); in ScriptPrint()

Completed in 18 milliseconds