Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.cc487 const bool is_empty_function = type == BootstrappingType::kFunction; in CreateForBootstrapping() local
491 is_empty_function || is_native_context ? 0 : 1; in CreateForBootstrapping()
492 const bool has_inferred_function_name = is_empty_function; in CreateForBootstrapping()
497 (is_empty_function ? kFunctionNameEntries : 0) + in CreateForBootstrapping()
507 ScopeTypeBits::encode(is_empty_function ? FUNCTION_SCOPE : SCRIPT_SCOPE) | in CreateForBootstrapping()
515 FunctionVariableBits::encode(is_empty_function in CreateForBootstrapping()
550 if (is_empty_function) { in CreateForBootstrapping()
565 if (is_empty_function || is_native_context) { in CreateForBootstrapping()