Home
last modified time | relevance | path

Searched +refs:parsed +refs:id +refs:inspector (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dparsed.rkt13 (struct parsed-id parsed (binding inspector) #:authentic)
14 (struct parsed-primitive-id parsed-id () #:authentic)
15 (struct parsed-top-id parsed-id () #:authentic)
21 (struct parsed-set! parsed (id rhs) #:authentic)
23 (struct parsed-#%variable-reference parsed (id) #:authentic)
24 (struct parsed-begin parsed (body) #:authentic)
25 (struct parsed-begin0 parsed (body) #:authentic)
26 (struct parsed-quote parsed (datum) #:authentic)
38 (struct parsed-require parsed () #:authentic)
41 (struct parsed-module parsed (star?
[all …]
H A Dmain.rkt13 "../namespace/inspector.rkt"
40 "parsed.rkt"
213 (parsed-id tl-id tl-b #f)
248 (define insp (current-module-code-inspector))
357 (define insp (syntax-inspector result-s))
359 (parsed-primitive-id prop-s binding insp)
360 (parsed-id prop-s binding insp))]
371 ;; scopes to represent the expansion step; the `insp-of-t` inspector
372 ;; is the inspector of the module that defines `t`, which gives its
439 [current-module-code-inspector (or insp-of-t #;(current-module-code-inspector))])
[all …]
H A Dmodule.rkt20 "free-id-set.rkt"
32 "def-id.rkt"
147 (define frame-id (root-expand-context-frame-id root-ctx))
345 #:frame-id frame-id
564 … `(,(m 'module) ,(m 'id:module-name) ,initial-require-s ,(expanded+parsed-s expanded-mb)))]
695 ;; Also preserve the expansion-time code inspector
696 (current-code-inspector)))))
707 #:frame-id frame-id
907 (unless (eq? (current-code-inspector) initial-code-inspector)
908 … (raise-syntax-error #f "unsafe compilation disallowed by code inspector" exp-body kw)))
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dparsed.rkt13 (struct parsed-id parsed (binding inspector) #:authentic)
14 (struct parsed-primitive-id parsed-id () #:authentic)
15 (struct parsed-top-id parsed-id () #:authentic)
21 (struct parsed-set! parsed (id rhs) #:authentic)
23 (struct parsed-#%variable-reference parsed (id) #:authentic)
24 (struct parsed-begin parsed (body) #:authentic)
25 (struct parsed-begin0 parsed (body) #:authentic)
26 (struct parsed-quote parsed (datum) #:authentic)
38 (struct parsed-require parsed () #:authentic)
41 (struct parsed-module parsed (star?
[all …]
H A Dmain.rkt13 "../namespace/inspector.rkt"
40 "parsed.rkt"
213 (parsed-id tl-id tl-b #f)
248 (define insp (current-module-code-inspector))
357 (define insp (syntax-inspector result-s))
359 (parsed-primitive-id prop-s binding insp)
360 (parsed-id prop-s binding insp))]
371 ;; scopes to represent the expansion step; the `insp-of-t` inspector
372 ;; is the inspector of the module that defines `t`, which gives its
439 [current-module-code-inspector (or insp-of-t #;(current-module-code-inspector))])
[all …]
H A Dmodule.rkt20 "free-id-set.rkt"
32 "def-id.rkt"
147 (define frame-id (root-expand-context-frame-id root-ctx))
345 #:frame-id frame-id
564 … `(,(m 'module) ,(m 'id:module-name) ,initial-require-s ,(expanded+parsed-s expanded-mb)))]
695 ;; Also preserve the expansion-time code inspector
696 (current-code-inspector)))))
707 #:frame-id frame-id
907 (unless (eq? (current-code-inspector) initial-code-inspector)
908 … (raise-syntax-error #f "unsafe compilation disallowed by code inspector" exp-body kw)))
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dexpr.rkt42 [(parsed-id? p)
92 (correlate~ s `(,@(compile-identifier (parsed-set!-id p) cctx
94 … #:set-to (compile (parsed-set!-rhs p) (parsed-s (parsed-set!-id p)) #t))))]
113 (define id (parsed-#%variable-reference-id p))
178 (define id (correlate~ orig-id sym))
184 (define normal-b (parsed-id-binding p))
197 (define mpi (if (parsed-top-id? p)
201 [(parsed-primitive-id? p)
229 (or (module-binding-extra-inspector b)
230 (parsed-id-inspector p)
[all …]
H A Dmodule.rkt12 "../expand/parsed.rkt"
40 [name (syntax-e (parsed-module-name-id p))])
192 #f ; no extra inspector, so far
233 [,mpi-vector-id]
234 [,deserialized-syntax-vector-id
236 `(,deserialize-syntax-id)
240 (,get-syntax-literal!-id
275 [,mpi-vector-id])
277 (,deserialized-syntax-vector-id
278 ,deserialize-syntax-id)
[all …]
H A Dform.rkt12 "../expand/parsed.rkt"
25 "extra-inspector.rkt"
120 [id (in-list ids)])
124 (syntax-e id)))]
198 [(or (parsed-#%declare? body) (parsed-module? body) (parsed-require? body))
340 ,@(for/list ([id (in-list ids)]
345 (define id-stx
348 `(,top-level-bind!-id ,id-stx ,self-expr ,phase ,phase-shift-id ,ns-id ',binding-sym
484 ;; Record the module's declaration-time inspector, for use
486 (module-use*-declaration-inspector! mu* (module-linklet-info-inspector mli)))
[all …]
H A Dtop.rkt8 "../expand/parsed.rkt"
127 (,mpi-vector-id
128 ,deserialized-syntax-vector-id
130 ,syntax-literals-id)
131 (define-values (,mpi-vector-id)
150 (current-code-inspector)
164 [(parsed-require? p)
165 (define form-stx (compile-quote-syntax (parsed-s p) cctx))
166 `(,top-level-require!-id ,form-stx ,ns-id)]
177 [(parsed-begin? p)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dexpr.rkt42 [(parsed-id? p)
92 (correlate~ s `(,@(compile-identifier (parsed-set!-id p) cctx
94 … #:set-to (compile (parsed-set!-rhs p) (parsed-s (parsed-set!-id p)) #t))))]
113 (define id (parsed-#%variable-reference-id p))
178 (define id (correlate~ orig-id sym))
184 (define normal-b (parsed-id-binding p))
197 (define mpi (if (parsed-top-id? p)
201 [(parsed-primitive-id? p)
229 (or (module-binding-extra-inspector b)
230 (parsed-id-inspector p)
[all …]
H A Dmodule.rkt12 "../expand/parsed.rkt"
40 [name (syntax-e (parsed-module-name-id p))])
192 #f ; no extra inspector, so far
233 [,mpi-vector-id]
234 [,deserialized-syntax-vector-id
236 `(,deserialize-syntax-id)
240 (,get-syntax-literal!-id
275 [,mpi-vector-id])
277 (,deserialized-syntax-vector-id
278 ,deserialize-syntax-id)
[all …]
H A Dform.rkt12 "../expand/parsed.rkt"
25 "extra-inspector.rkt"
120 [id (in-list ids)])
124 (syntax-e id)))]
198 [(or (parsed-#%declare? body) (parsed-module? body) (parsed-require? body))
340 ,@(for/list ([id (in-list ids)]
345 (define id-stx
348 `(,top-level-bind!-id ,id-stx ,self-expr ,phase ,phase-shift-id ,ns-id ',binding-sym
484 ;; Record the module's declaration-time inspector, for use
486 (module-use*-declaration-inspector! mu* (module-linklet-info-inspector mli)))
[all …]
H A Dtop.rkt8 "../expand/parsed.rkt"
127 (,mpi-vector-id
128 ,deserialized-syntax-vector-id
130 ,syntax-literals-id)
131 (define-values (,mpi-vector-id)
150 (current-code-inspector)
164 [(parsed-require? p)
165 (define form-stx (compile-quote-syntax (parsed-s p) cctx))
166 `(,top-level-require!-id ,form-stx ,ns-id)]
177 [(parsed-begin? p)
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Ddirect.rkt24 [(parsed-app? p)
28 [(parsed-id? p) (not (eq? (get-id-value p ns self-mpi) not-available))]
35 [(parsed-app? p)
39 [(parsed-id? p) (get-id-value p ns self-mpi)]
40 [(parsed-quote? p) (parsed-quote-datum p)]
41 [(parsed-quote-syntax? p) (parsed-quote-syntax-datum p)]
45 (define (get-id-value p ns self-mpi)
46 (define b (parsed-id-binding p))
48 [(parsed-primitive-id? p)
52 [(or (parsed-top-id? p)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Ddirect.rkt24 [(parsed-app? p)
28 [(parsed-id? p) (not (eq? (get-id-value p ns self-mpi) not-available))]
35 [(parsed-app? p)
39 [(parsed-id? p) (get-id-value p ns self-mpi)]
40 [(parsed-quote? p) (parsed-quote-datum p)]
41 [(parsed-quote-syntax? p) (parsed-quote-syntax-datum p)]
45 (define (get-id-value p ns self-mpi)
46 (define b (parsed-id-binding p))
48 [(parsed-primitive-id? p)
52 [(or (parsed-top-id? p)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc22708 " inspector-id"
24092 "(struct:parsed-id parsed-id2.1 parsed-id? parsed-id-binding parsed-id-inspector)"
24097 " 'parsed-id"
24115 "(struct:parsed-primitive-id parsed-primitive-id3.1 parsed-primitive-id?)"
24133 "(struct:parsed-top-id parsed-top-id4.1 parsed-top-id?)"
24138 " 'parsed-top-id"
31357 " inspector-id)))"
31850 " inspector-id"
31907 " inspector-id"
32162 "(parsed-s(parsed-set!-id p_0))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc22708 " inspector-id"
24092 "(struct:parsed-id parsed-id2.1 parsed-id? parsed-id-binding parsed-id-inspector)"
24097 " 'parsed-id"
24115 "(struct:parsed-primitive-id parsed-primitive-id3.1 parsed-primitive-id?)"
24133 "(struct:parsed-top-id parsed-top-id4.1 parsed-top-id?)"
24138 " 'parsed-top-id"
31357 " inspector-id)))"
31850 " inspector-id"
31907 " inspector-id"
32162 "(parsed-s(parsed-set!-id p_0))"
[all …]
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dclass-c-old.rkt275 (class-obj-inspector cls) ; inherit object inspector
337 (class-obj-inspector cls))])
590 (class-obj-inspector cls)
1094 [(field f-id ...)
1095 (let ([symbols (for/list ([id (in-list (syntax->list #'(f-id ...)))])
1098 (with-syntax ([id (localize id)])
1101 [id
1102 (identifier? #'id)
1103 (with-syntax ([id (localize #'id)])
1749 (class-obj-inspector cls)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dclass-c-old.rkt275 (class-obj-inspector cls) ; inherit object inspector
337 (class-obj-inspector cls))])
590 (class-obj-inspector cls)
1094 [(field f-id ...)
1095 (let ([symbols (for/list ([id (in-list (syntax->list #'(f-id ...)))])
1098 (with-syntax ([id (localize id)])
1101 [id
1102 (identifier? #'id)
1103 (with-syntax ([id (localize #'id)])
1749 (class-obj-inspector cls)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/parser-tools-lib/parser-tools/private-lex/
H A Dstx.rkt4 syntax/id-table)
32 (define orig-insp (variable-reference->module-declaration-inspector
43 ;; seen-lex-abbrevs: id-table
44 [seen-lex-abbrevs (make-immutable-free-id-table)])
49 [recur/abbrev (lambda (s id)
52 (free-id-table-set seen-lex-abbrevs id id)))])
63 (when (free-id-table-ref seen-lex-abbrevs stx (lambda () #f))
68 (list (free-id-table-ref seen-lex-abbrevs stx))))
125 (let ((parsed (recur (car arg-list))))
126 (unless (char-set? parsed)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog5135 * inspector/front-end/inspector.css:
6238 * inspector/generate-inspector-idl:
6377 * inspector/front-end/inspector.js:
7918 * inspector/front-end/inspector.js:
8131 * inspector/front-end/inspector.js:
12201 Web Inspector: CSS is parsed improperly when saved in UTF-8 with a BOM
14061 (WebInspector.ProfilesPanel.prototype._finishHeapSnapshot.else.parsed):
21999 The codec parameter in MediaPlayerPrivateQt::supportsType was not parsed into
23114 (WebInspector.ProfilesPanel.prototype._finishHeapSnapshot.else.parsed):
54043 fragment is being parsed who's first node is foreign content.
[all …]
H A DChangeLog-2011-02-16215 * inspector/front-end/inspector.js:
361 * inspector/front-end/inspector.html:
1219 Since the latter is not a valid CSS color, it can't be re-parsed
3236 * inspector/front-end/inspector.js:
3783 parsed as a string again.
16766 A string in a type=number field is parsed as a localized number
16767 first. If the parsing fails, it is parsed as the HTML5 number.
33258 border attribute was not parsed in HTMLObjectElement.
37546 Web Inspector: script name gets parsed as HTML in Call stack panel
39726 Web Inspector: add scripts parsed after resource load to SourceFrame.
[all …]
H A DChangeLog-2010-01-294284 Our behavior now matches Firefox 3.5 and IE8 after the </select> is parsed.
5241 (WebCore::HTMLTokenizer::scriptHandler): Removes the script text after it was parsed.
11052 Our behavior now matches Firefox 3.5 and IE8 after the </select> is parsed.
13188 HTML tags are wrongfully parsed when setting innerHTML of a SCRIPT element
17027 <noscript> are always parsed and rendered.
21499 Load events for elements that have just been parsed cannot be dispatched yet, we should give
22356 http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html
38023 multipart/form-data not being parsed correctly on server due to '+' in boundary string
60941parsed form. Allows the sheet to survive across destruction/re-creation of the CSSStyleSelector.
66499 (WebCore::SVGNumberList::parse): Clear the list before adding the parsed
[all …]
H A DChangeLog-2010-12-062669 Check that at least one property has been parsed from the user input.
4341 is transferred to WebInspector and parsed there.
11789 (.styles-section .properties li.not-parsed-ok):
11790 (.styles-section .properties li.not-parsed-ok::before):
13727 none and normal, the others are parsed but do not work as expected.
14542 [HTML5] 10.2.8.4 Scripts that modify the page as it is being parsed
19830 mathml in html sometimes incorrectly parsed
39363 the valid URLs that were parsed out.
104416 every time we parsed a URL. This is about a 10% speedup on our
123705 We can't filter out empty pumps yet, because the number of parsed
[all …]

12345678910>>...16