Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h131 void Reparent(DeclarationScope* new_parent);
Dscopes.cc890 void Scope::Snapshot::Reparent(DeclarationScope* new_parent) { in Reparent() function in v8::internal::Scope::Snapshot
/third_party/node/deps/v8/src/parsing/
Dparser-base.h2002 scope_snapshot.Reparent(next_arrow_function_info_.scope); in ParsePrimaryExpression()
3438 scope_snapshot.Reparent(next_arrow_function_info_.scope); in ParseLeftHandSideContinuation()
/third_party/python/Lib/tkinter/
D__init__.py169 Reparent = '21' variable in EventType