Lines Matching refs:curScope
53 auto const *const curScope = VarBinder()->GetScope();
56 curScope->Find(functionName, scriptFunction->IsStatic() ? varbinder::ResolveBindingOptions::ALL_STATIC
965 auto *curScope = VarBinder()->GetScope();
968 curScope->Find(methodName->Name(), method->IsStatic() ? varbinder::ResolveBindingOptions::ALL_STATIC
970 if (res.variable != nullptr && !res.variable->Declaration()->IsFunctionDecl() && res.scope == curScope) {
1146 auto curScope = VarBinder()->GetScope();
1149 ASSERT(curScope->IsClassScope());
1151 VarBinder(), curScope->AsClassScope()->StaticMethodScope());
1160 ASSERT(curScope->Parent() != nullptr);
1162 if (initializer == nullptr && curScope->Parent()->IsGlobalScope() && !classProp->IsDeclare()) {
1172 ASSERT(curScope->Parent() != nullptr);
1173 if (curScope->Parent()->IsGlobalScope() && !classProp->IsDeclare()) {