Searched refs:derived_constructor (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/ast/
H A Dscopes.cc650 bool derived_constructor = IsDerivedConstructor(function_kind_); local
653 derived_constructor ? CONST : VAR, THIS_VARIABLE,
654 derived_constructor ? kNeedsInitialization : kCreatedInitialized);

Completed in 99 milliseconds