Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h2514 Variable* static_home_object() const { return static_home_object_; } in static_home_object() function
2529 Variable* static_home_object) in ClassLiteral() argument
2541 static_home_object_(static_home_object) { in ClassLiteral()
3279 Variable* static_home_object) { in NewClassLiteral() argument
3284 has_private_methods, home_object, static_home_object); in NewClassLiteral()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2715 Variable* static_home_object_variable = expr->static_home_object(); in BuildClassLiteral()