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

/external/v8/src/
H A Dcompilation-info.cc213 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/
H A Dscope-info.cc436 bool has_context = context_locals > 0 || function_name_context_slot || local
444 if (has_context) {
/external/v8/src/compiler/
H A Dast-graph-builder.cc2896 bool has_context = OperatorProperties::HasContextInput(op); local
2905 if (!has_context && !has_frame_state && !has_control && !has_effect) {
2909 if (has_context) ++input_count_with_deps;
2916 if (has_context) {
H A Dbytecode-graph-builder.cc2253 bool has_context = OperatorProperties::HasContextInput(op); local
2262 if (!has_context && !has_frame_state && !has_control && !has_effect) {
2267 if (has_context) ++input_count_with_deps;
2274 if (has_context) {

Completed in 849 milliseconds