HomeSort by relevance Sort by last modified time
    Searched defs:has_context (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
compilation-info.cc 213 bool CompilationInfo::has_context() const { return !closure().is_null(); } function in class:v8::internal::CompilationInfo
216 return has_context() ? closure()->context() : nullptr;
  /external/v8/src/objects/
scope-info.cc 436 bool has_context = context_locals > 0 || function_name_context_slot || local
444 if (has_context) {
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 2896 bool has_context = OperatorProperties::HasContextInput(op); local
    [all...]
bytecode-graph-builder.cc 2253 bool has_context = OperatorProperties::HasContextInput(op); local
    [all...]

Completed in 274 milliseconds