HomeSort by relevance Sort by last modified time
    Searched full:derived_constructor (Results 1 - 1 of 1) sorted by null

  /external/v8/src/ast/
scopes.cc 650 bool derived_constructor = IsDerivedConstructor(function_kind_); local
653 derived_constructor ? CONST : VAR, THIS_VARIABLE,
654 derived_constructor ? kNeedsInitialization : kCreatedInitialized);
    [all...]

Completed in 438 milliseconds