Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscript-inl.h48 bool Script::has_eval_from_shared() const { in has_eval_from_shared() function
59 DCHECK(has_eval_from_shared()); in eval_from_shared()
64 DCHECK(!has_eval_from_shared()); in set_wrapped_arguments()
Dscript.h80 inline bool has_eval_from_shared() const;
/external/v8/src/runtime/
Druntime-module.cc23 while (script->has_eval_from_shared()) { in RUNTIME_FUNCTION()
/external/v8/src/
Dmessages.cc191 if (!script->has_eval_from_shared()) in EvalFromFunctionName()
204 if (!script->has_eval_from_shared()) in EvalFromScript()
Dobjects-printer.cc1944 if (has_eval_from_shared()) { in ScriptPrint()
Dobjects.cc13578 if (!has_eval_from_shared()) { in GetEvalPosition()