Home
last modified time | relevance | path

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

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