Lines Matching refs:binder
18 #include <binder/binder.h>
19 #include <binder/scope.h>
107 void ScriptFunction::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder)
113 auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(binder, scope_->ParamScope());
131 auto scopeCtx = binder::LexicalScope<binder::FunctionScope>::Enter(binder, scope_);
138 util::StringView ScriptFunction::SourceCode(binder::Binder *binder) const
149 return binder->Program()->SourceCode().Substr(startIndex, endIndex);