Searched defs:DeclareVariable (Results 1 – 3 of 3) sorted by relevance
310 struct DeclareVariable struct312 …DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() function314 VarType varType;315 std::string name;316 int indentLevel;
1007 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope
1412 Declaration* Parser::DeclareVariable(const AstRawString* name, in DeclareVariable() function in v8::internal::Parser1418 Declaration* Parser::DeclareVariable(const AstRawString* name, in DeclareVariable() function in v8::internal::Parser