Home
last modified time | relevance | path

Searched refs:ScopeChain (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsscopechain.cpp97 ScopeChain::ScopeChain(const Document::Ptr &document, const ContextPtr &context) in ScopeChain() function in ScopeChain
109 Document::Ptr ScopeChain::document() const in document()
114 const ContextPtr &ScopeChain::context() const in context()
145 const ObjectValue *ScopeChain::globalScope() const in globalScope()
189 const TypeScope *ScopeChain::qmlTypes() const in qmlTypes()
194 void ScopeChain::setQmlTypes(const TypeScope *qmlTypes) in setQmlTypes()
200 const JSImportScope *ScopeChain::jsImports() const in jsImports()
228 QList<const ObjectValue *> ScopeChain::all() const in all()
249 void ScopeChain::update() const in update()
317 void ScopeChain::initializeRootScope() in initializeRootScope()
[all …]
H A Dqmljsscopebuilder.h40 class ScopeChain; variable
47 ScopeBuilder(ScopeChain *scopeChain);
60 ScopeChain *_scopeChain;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsscopechain.cpp97 ScopeChain::ScopeChain(const Document::Ptr &document, const ContextPtr &context) in ScopeChain() function in ScopeChain
109 Document::Ptr ScopeChain::document() const in document()
114 const ContextPtr &ScopeChain::context() const in context()
145 const ObjectValue *ScopeChain::globalScope() const in globalScope()
189 const TypeScope *ScopeChain::qmlTypes() const in qmlTypes()
194 void ScopeChain::setQmlTypes(const TypeScope *qmlTypes) in setQmlTypes()
200 const JSImportScope *ScopeChain::jsImports() const in jsImports()
228 QList<const ObjectValue *> ScopeChain::all() const in all()
249 void ScopeChain::update() const in update()
319 void ScopeChain::initializeRootScope() in initializeRootScope()
[all …]
H A Dqmljsscopebuilder.h40 class ScopeChain; variable
47 ScopeBuilder(ScopeChain *scopeChain);
60 ScopeChain *_scopeChain;
H A Dqmljsicontextpane.h39 class ScopeChain; variable
48 …tEditor::TextEditorWidget *editorWidget, Document::Ptr document, const ScopeChain *scopeChain, AST…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.h159 class ScopeChain {
162 ScopeChain(NoScopeChain) in ScopeChain() function
167ScopeChain(JSObject* o, JSGlobalData* globalData, JSGlobalObject* globalObject, JSObject* globalTh… in ScopeChain() function
172 ScopeChain(const ScopeChain& c) in ScopeChain() function
177 ScopeChain& operator=(const ScopeChain& c);
179 explicit ScopeChain(ScopeChainNode* node) in ScopeChain() function
184 ~ScopeChain() in ~ScopeChain()
193 void swap(ScopeChain&);
226 inline void ScopeChain::swap(ScopeChain& o) in swap()
233 inline ScopeChain& ScopeChain::operator=(const ScopeChain& c)
[all …]
H A DJSFunction.h51 void setScope(const ScopeChain& scopeChain) { setScopeChain(scopeChain); } in setScope()
52 ScopeChain& scope() { return scopeChain(); } in scope()
98 ScopeChain& scopeChain() in scopeChain()
101 return *WTF::bitwise_cast<ScopeChain*>(m_data); in scopeChain()
106 new (m_data) ScopeChain(NoScopeChain()); in clearScopeChain()
111 new (m_data) ScopeChain(sc); in setScopeChain()
113 void setScopeChain(const ScopeChain& sc) in setScopeChain()
116 *WTF::bitwise_cast<ScopeChain*>(m_data) = sc; in setScopeChain()
H A DCompletion.h31 class ScopeChain; variable
59 Completion evaluate(ExecState*, ScopeChain&, const SourceCode&, JSValue thisValue = JSValue());
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.h159 class ScopeChain {
162 ScopeChain(NoScopeChain) in ScopeChain() function
167ScopeChain(JSObject* o, JSGlobalData* globalData, JSGlobalObject* globalObject, JSObject* globalTh… in ScopeChain() function
172 ScopeChain(const ScopeChain& c) in ScopeChain() function
177 ScopeChain& operator=(const ScopeChain& c);
179 explicit ScopeChain(ScopeChainNode* node) in ScopeChain() function
184 ~ScopeChain() in ~ScopeChain()
193 void swap(ScopeChain&);
226 inline void ScopeChain::swap(ScopeChain& o) in swap()
233 inline ScopeChain& ScopeChain::operator=(const ScopeChain& c)
[all …]
H A DJSFunction.h51 void setScope(const ScopeChain& scopeChain) { setScopeChain(scopeChain); } in setScope()
52 ScopeChain& scope() { return scopeChain(); } in scope()
98 ScopeChain& scopeChain() in scopeChain()
101 return *WTF::bitwise_cast<ScopeChain*>(m_data); in scopeChain()
106 new (m_data) ScopeChain(NoScopeChain()); in clearScopeChain()
111 new (m_data) ScopeChain(sc); in setScopeChain()
113 void setScopeChain(const ScopeChain& sc) in setScopeChain()
116 *WTF::bitwise_cast<ScopeChain*>(m_data) = sc; in setScopeChain()
H A DCompletion.h31 class ScopeChain; variable
59 Completion evaluate(ExecState*, ScopeChain&, const SourceCode&, JSValue thisValue = JSValue());
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DScopeChain.h159 class ScopeChain {
162 ScopeChain(NoScopeChain) in ScopeChain() function
167ScopeChain(JSObject* o, JSGlobalData* globalData, JSGlobalObject* globalObject, JSObject* globalTh… in ScopeChain() function
172 ScopeChain(const ScopeChain& c) in ScopeChain() function
177 ScopeChain& operator=(const ScopeChain& c);
179 explicit ScopeChain(ScopeChainNode* node) in ScopeChain() function
184 ~ScopeChain() in ~ScopeChain()
193 void swap(ScopeChain&);
226 inline void ScopeChain::swap(ScopeChain& o) in swap()
233 inline ScopeChain& ScopeChain::operator=(const ScopeChain& c)
[all …]
H A DJSFunction.h51 void setScope(const ScopeChain& scopeChain) { setScopeChain(scopeChain); } in setScope()
52 ScopeChain& scope() { return scopeChain(); } in scope()
98 ScopeChain& scopeChain() in scopeChain()
101 return *WTF::bitwise_cast<ScopeChain*>(m_data); in scopeChain()
106 new (m_data) ScopeChain(NoScopeChain()); in clearScopeChain()
111 new (m_data) ScopeChain(sc); in setScopeChain()
113 void setScopeChain(const ScopeChain& sc) in setScopeChain()
116 *WTF::bitwise_cast<ScopeChain*>(m_data) = sc; in setScopeChain()
H A DCompletion.h31 class ScopeChain; variable
59 Completion evaluate(ExecState*, ScopeChain&, const SourceCode&, JSValue thisValue = JSValue());
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dscope_chain.h170 class KJS_EXPORT ScopeChain
173 ScopeChain() in ScopeChain() function
178 ~ScopeChain() in ~ScopeChain()
183 ScopeChain(const ScopeChain &c) : m_top(c.m_top) in ScopeChain() function
188 ScopeChain &operator=(const ScopeChain &);
233 inline ScopeChainIterator ScopeChain::begin() const in begin()
238 inline ScopeChainIterator ScopeChain::end() const in end()
245 inline ScopeChain &ScopeChain::operator=(const ScopeChain &c)
254 inline JSObject *ScopeChain::bottom() const in bottom()
263 inline void ScopeChain::pop() in pop()
H A Dscriptfunction.h41 FunctionImp(ExecState *exec, const Identifier &n, FunctionBodyNode *b, const ScopeChain &sc);
99 const ScopeChain &scope() const in scope()
103 void setScope(const ScopeChain &s) in setScope()
112 ScopeChain _scope;
/dports/www/node10/node-v10.24.1/deps/v8/src/torque/
H A Dscope.h19 class ScopeChain; variable
23 explicit Scope(ScopeChain& scope_chain);
35 ScopeChain& GetScopeChain() const { return scope_chain_; } in GetScopeChain()
44 friend class ScopeChain;
63 ScopeChain& scope_chain_;
78 class ScopeChain {
80 ScopeChain() : next_scope_number_(0) {} in ScopeChain() function
127 ScopeChain* chain;
143 ScopeChain* chain_;
H A Ddeclarations.h99 ScopeChain::Snapshot GetScopeChainSnapshot() { return chain_.TaskSnapshot(); } in GetScopeChainSnapshot()
134 ScopeChain chain_;
141 std::map<Generic*, ScopeChain::Snapshot> generic_declaration_scopes_;
186 ScopeChain::ScopedSnapshotRestorer restorer_;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljshoverhandler.h36 class ScopeChain; variable
63 bool matchColorItem(const QmlJS::ScopeChain &lookupContext,
67 void handleOrdinaryMatch(const QmlJS::ScopeChain &lookupContext,
69 void handleImport(const QmlJS::ScopeChain &lookupContext,
75 … bool setQmlTypeHelp(const QmlJS::ScopeChain &scopeChain, const QmlJS::Document::Ptr &qmlDocument,
77 bool setQmlHelpItem(const QmlJS::ScopeChain &lookupContext,
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/normalize/resolve/
H A Dmod.rs81 ScopeChain { in resolve_in_place()
93 globals: ScopeChain<'static>,
104 struct ScopeChain<'scope> { struct
105 previous: Option<&'scope ScopeChain<'scope>>, argument
130 let locals = ScopeChain { in validate()
165 scope: &ScopeChain, in validate_alternative() argument
189 fn validate_expr(&self, scope: &ScopeChain, expr: &mut ExprSymbol) -> NormResult<()> { in validate_expr() argument
197 fn validate_symbol(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in validate_symbol() argument
264 fn rewrite_ambiguous_id(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in rewrite_ambiguous_id() argument
278 fn validate_id(&self, scope: &ScopeChain, span: Span, id: &Atom) -> NormResult<Def> { in validate_id() argument
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/resolve/
H A Dmod.rs87 ScopeChain { in resolve_in_place()
99 globals: ScopeChain<'static>,
110 struct ScopeChain<'scope> { struct
111 previous: Option<&'scope ScopeChain<'scope>>, argument
136 let locals = ScopeChain { in validate()
171 scope: &ScopeChain, in validate_alternative() argument
195 fn validate_expr(&self, scope: &ScopeChain, expr: &mut ExprSymbol) -> NormResult<()> { in validate_expr() argument
203 fn validate_symbol(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in validate_symbol() argument
270 fn rewrite_ambiguous_id(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in rewrite_ambiguous_id() argument
284 fn validate_id(&self, scope: &ScopeChain, span: Span, id: &Atom) -> NormResult<Def> { in validate_id() argument
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/normalize/resolve/
H A Dmod.rs81 ScopeChain { in resolve_in_place()
93 globals: ScopeChain<'static>,
104 struct ScopeChain<'scope> { struct
105 previous: Option<&'scope ScopeChain<'scope>>, argument
130 let locals = ScopeChain { in validate()
165 scope: &ScopeChain, in validate_alternative() argument
189 fn validate_expr(&self, scope: &ScopeChain, expr: &mut ExprSymbol) -> NormResult<()> { in validate_expr() argument
197 fn validate_symbol(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in validate_symbol() argument
264 fn rewrite_ambiguous_id(&self, scope: &ScopeChain, symbol: &mut Symbol) -> NormResult<()> { in rewrite_ambiguous_id() argument
278 fn validate_id(&self, scope: &ScopeChain, span: Span, id: &Atom) -> NormResult<Def> { in validate_id() argument
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljstools/
H A Dqmljssemanticinfo.h38 class ScopeChain; variable
57 explicit SemanticInfo(QmlJS::ScopeChain *rootScopeChain);
79 …QmlJS::ScopeChain scopeChain(const QList<QmlJS::AST::Node *> &path = QList<QmlJS::AST::Node *>()) …
81 void setRootScopeChain(QSharedPointer<const QmlJS::ScopeChain> rootScopeChain);
95 QSharedPointer<const QmlJS::ScopeChain> m_rootScopeChain;
H A Dqmljssemanticinfo.cpp198 ScopeChain SemanticInfo::scopeChain(const QList<Node *> &path) const in scopeChain()
205 ScopeChain scope = *m_rootScopeChain; in scopeChain()
211 void SemanticInfo::setRootScopeChain(QSharedPointer<const ScopeChain> rootScopeChain) in setRootScopeChain()
235 SemanticInfo::SemanticInfo(ScopeChain *rootScopeChain) in SemanticInfo()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/regions/
H A Dregions-scope-chain-example.rs14 enum ScopeChain<'a> { enum
19 type Scope<'a> = &'a ScopeChain<'a>;
30 let l = ScopeChain::Link(scope); in foo()
34 ScopeChain::Link(scope) in foo()

1234567