Home | History | Annotate | Download | only in runtime

Lines Matching full:binding_flags

231   BindingFlags binding_flags;
234 context_arg->Lookup(name, LEXICAL_TEST, &index, &attributes, &binding_flags);
235 if (attributes != ABSENT && binding_flags == BINDING_CHECK_INITIALIZED) {
246 &attributes, &binding_flags);