Home
last modified time | relevance | path

Searched defs:has_context (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Doptimized-compilation-info.cc141 bool OptimizedCompilationInfo::has_context() const { in has_context() function in v8::internal::OptimizedCompilationInfo
Dobjects-inl.h2395 bool JSFunction::has_context() const { in has_context() function
/external/v8/src/objects/
Dscope-info.cc487 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength() local
/external/v8/src/compiler/
Dbytecode-graph-builder.cc3384 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode() local