Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dscript-inl.h52 bool Script::has_eval_from_shared() const { in has_eval_from_shared() function in v8::internal::Script
65 DCHECK(has_eval_from_shared()); in eval_from_shared()
71 DCHECK(!has_eval_from_shared()); in set_wrapped_arguments()
83 DCHECK(!has_eval_from_shared()); in set_shared_function_info_table()
H A Dscript.h85 inline bool has_eval_from_shared() const;
H A Dcall-site-info.cc209 if (script->has_eval_from_shared()) { in FormatEvalOrigin()
H A Dobjects.cc4807 if (!script->has_eval_from_shared()) { in GetEvalPosition()
/third_party/node/deps/v8/src/runtime/
H A Druntime-module.cc18 while (origin_script.has_eval_from_shared()) { in GetEvalOrigin()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2210 if (has_eval_from_shared()) { in ScriptPrint()

Completed in 18 milliseconds