Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc1115 return is_jsruntime() ? NameForNativeContextIntrinsicIndex(context_index_) in debug_name()
1118 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
Dast.h1791 bool is_jsruntime() const { return function_ == nullptr; } in is_jsruntime() function
1794 DCHECK(is_jsruntime()); in context_index()
1798 DCHECK(!is_jsruntime()); in function()
Dprettyprinter.cc1392 node->is_jsruntime() ? " (JS function)" : ""); in VisitCallRuntime()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc5757 if (expr->is_jsruntime()) { in VisitCallRuntime()