Home
last modified time | relevance | path

Searched +refs:serialize +refs:state +refs:bulk +refs:bindings +refs:intern (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dserialize-state.rkt4 (provide (struct-out serialize-state)
5 make-serialize-state
21 bindings-intern ; to record pruned binding tables
22 bulk-bindings-intern ; to record pruned bulk-binding lists
41 (make-hasheq) ; bindings-intern
42 (make-hasheq) ; bulk-bindings-intern
62 (define (intern-scopes scs state)
68 (define (intern-shifted-multi-scopes sms state)
74 (define (intern-mpi-shifts mpi-shifts state)
120 (define b (serialize-state-syntax-context state))
[all …]
H A Dserialize.rkt5 "serialize-state.rkt"
17 "../common/module-path-intern.rkt"
111 (let ([mpi (intern-module-path-index! (module-path-index-table-intern mpis) mpi)]
288 (define state (make-serialize-state reachable-scopes
322 ((serialize-fill!-ref v) v add-frontier! state)]
328 state)]
450 ((serialize-ref v) v ser-push! state)]
574 [(serialize-fill!? v) ((serialize-ref v) v ser-push! state)]
590 [(serialize-fill!? v) ((serialize-fill!-ref v) v ser-push! state)]
853 [(#:table-with-bulk-bindings)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dserialize-state.rkt4 (provide (struct-out serialize-state)
5 make-serialize-state
21 bindings-intern ; to record pruned binding tables
22 bulk-bindings-intern ; to record pruned bulk-binding lists
41 (make-hasheq) ; bindings-intern
42 (make-hasheq) ; bulk-bindings-intern
62 (define (intern-scopes scs state)
68 (define (intern-shifted-multi-scopes sms state)
74 (define (intern-mpi-shifts mpi-shifts state)
120 (define b (serialize-state-syntax-context state))
[all …]
H A Dserialize.rkt5 "serialize-state.rkt"
17 "../common/module-path-intern.rkt"
111 (let ([mpi (intern-module-path-index! (module-path-index-table-intern mpis) mpi)]
288 (define state (make-serialize-state reachable-scopes
322 ((serialize-fill!-ref v) v add-frontier! state)]
328 state)]
450 ((serialize-ref v) v ser-push! state)]
574 [(serialize-fill!? v) ((serialize-ref v) v ser-push! state)]
590 [(serialize-fill!? v) ((serialize-fill!-ref v) v ser-push! state)]
853 [(#:table-with-bulk-bindings)
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt5 "../compile/serialize-state.rkt"
52 (ser-push! (table-with-bulk-bindings-syms/serialize twbb))
129 [just-for-nominal? (table-with-bulk-bindings-syms/serialize bt)]
131 (table-with-bulk-bindings-syms/serialize bt))
133 [else (binding-table-add (table-with-bulk-bindings-syms/serialize bt)
154 (define new-syms/serialize (if (eq? (table-with-bulk-bindings-syms bt)
328 (or (hash-ref (serialize-state-bindings-intern state) bt #f)
329 (let ([reachable-scopes (serialize-state-reachable-scopes state)])
339 (values (intern-scopes scopes state) binding)))]
348 [scopes (intern-scopes (bulk-binding-at-scopes bba) state)]))))
[all …]
H A Dbulk-binding.rkt2 (require "../compile/serialize-property.rkt"
3 "../compile/serialize-state.rkt"
44 ;; Helper for both regular imports and bulk bindings, which converts a
84 bulk-binding-registry) ; a registry for finding bulk bindings lazily
134 #:property prop:serialize
136 (lambda (b ser-push! state)
138 [(and (serialize-state-keep-provides? state)
139 ((serialize-state-keep-provides? state) b))
153 …(bulk-binding #f prefix excepts #f mpi (intern-phase+space provide-phase+space) phase-level bulk-b…
156 …(bulk-binding provides prefix excepts self mpi (intern-phase+space provide-phase+space) phase-leve…
[all …]
H A Dsyntax.rkt6 "../compile/serialize-state.rkt"
58 inspector) ; inspector for access to protected bindings
79 #:property prop:serialize
90 (intern-properties
93 (define preserve-keys (serialize-state-preserve-prop-keys state))
101 (intern-context-triple (intern-scopes (syntax-scopes s) state)
102 (intern-shifted-multi-scopes (syntax-shifted-multi-scopes s) state)
103 (intern-mpi-shifts (syntax-mpi-shifts s) state)
119 (define sharing-mode (hash-ref (serialize-state-sharing-syntaxes state) s 'unknown))
139 (hash-set! (serialize-state-sharing-syntaxes state)
[all …]
H A Dscope.rkt6 "../compile/serialize-state.rkt"
93 #:property prop:serialize
95 (unless (set-member? (serialize-state-reachable-scopes state) s)
113 ;; the `bindings` field is handled via `prop:scope-with-bindings`
147 #:property prop:serialize
149 (unless (set-member? (serialize-state-reachable-scopes state) s)
178 (define multi-scope-tables (serialize-state-multi-scope-tables state))
181 … #:when (set-member? (serialize-state-reachable-scopes state) sc))
271 (intern-shifted-multi-scope phase multi-scope))
881 (define (add-bulk-binding-in-scopes! scopes bulk-binding
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt5 "../compile/serialize-state.rkt"
52 (ser-push! (table-with-bulk-bindings-syms/serialize twbb))
129 [just-for-nominal? (table-with-bulk-bindings-syms/serialize bt)]
131 (table-with-bulk-bindings-syms/serialize bt))
133 [else (binding-table-add (table-with-bulk-bindings-syms/serialize bt)
154 (define new-syms/serialize (if (eq? (table-with-bulk-bindings-syms bt)
328 (or (hash-ref (serialize-state-bindings-intern state) bt #f)
329 (let ([reachable-scopes (serialize-state-reachable-scopes state)])
339 (values (intern-scopes scopes state) binding)))]
348 [scopes (intern-scopes (bulk-binding-at-scopes bba) state)]))))
[all …]
H A Dbulk-binding.rkt2 (require "../compile/serialize-property.rkt"
3 "../compile/serialize-state.rkt"
44 ;; Helper for both regular imports and bulk bindings, which converts a
84 bulk-binding-registry) ; a registry for finding bulk bindings lazily
134 #:property prop:serialize
136 (lambda (b ser-push! state)
138 [(and (serialize-state-keep-provides? state)
139 ((serialize-state-keep-provides? state) b))
153 …(bulk-binding #f prefix excepts #f mpi (intern-phase+space provide-phase+space) phase-level bulk-b…
156 …(bulk-binding provides prefix excepts self mpi (intern-phase+space provide-phase+space) phase-leve…
[all …]
H A Dsyntax.rkt6 "../compile/serialize-state.rkt"
58 inspector) ; inspector for access to protected bindings
79 #:property prop:serialize
90 (intern-properties
93 (define preserve-keys (serialize-state-preserve-prop-keys state))
101 (intern-context-triple (intern-scopes (syntax-scopes s) state)
102 (intern-shifted-multi-scopes (syntax-shifted-multi-scopes s) state)
103 (intern-mpi-shifts (syntax-mpi-shifts s) state)
119 (define sharing-mode (hash-ref (serialize-state-sharing-syntaxes state) s 'unknown))
139 (hash-set! (serialize-state-sharing-syntaxes state)
[all …]
H A Dscope.rkt6 "../compile/serialize-state.rkt"
93 #:property prop:serialize
95 (unless (set-member? (serialize-state-reachable-scopes state) s)
113 ;; the `bindings` field is handled via `prop:scope-with-bindings`
147 #:property prop:serialize
149 (unless (set-member? (serialize-state-reachable-scopes state) s)
178 (define multi-scope-tables (serialize-state-multi-scope-tables state))
181 … #:when (set-member? (serialize-state-reachable-scopes state) sc))
271 (intern-shifted-multi-scope phase multi-scope))
881 (define (add-bulk-binding-in-scopes! scopes bulk-binding
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc5271 " serialize-state-bindings-intern"
5272 " serialize-state-bulk-bindings-intern"
5305 "(make-struct-field-accessor -ref_0 2 'bulk-bindings-intern)"
7106 " table-with-bulk-bindings-syms/serialize"
7124 "(ser-push!_0(table-with-bulk-bindings-syms/serialize twbb_0))"
7238 "(let-values()(table-with-bulk-bindings-syms/serialize bt_0))"
7241 "(table-with-bulk-bindings-syms/serialize bt_0))"
7245 "(table-with-bulk-bindings-syms/serialize bt_0)"
7282 "(table-with-bulk-bindings-syms/serialize bt_0))"
7582 "(let-values(((or-part_0)(hash-ref(serialize-state-bindings-intern state_0) bt_0 #f)))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc5271 " serialize-state-bindings-intern"
5272 " serialize-state-bulk-bindings-intern"
5305 "(make-struct-field-accessor -ref_0 2 'bulk-bindings-intern)"
7106 " table-with-bulk-bindings-syms/serialize"
7124 "(ser-push!_0(table-with-bulk-bindings-syms/serialize twbb_0))"
7238 "(let-values()(table-with-bulk-bindings-syms/serialize bt_0))"
7241 "(table-with-bulk-bindings-syms/serialize bt_0))"
7245 "(table-with-bulk-bindings-syms/serialize bt_0)"
7282 "(table-with-bulk-bindings-syms/serialize bt_0))"
7582 "(let-values(((or-part_0)(hash-ref(serialize-state-bindings-intern state_0) bt_0 #f)))"
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-29358 Eli Fidler <efidler@rim.com>. VGRect/VGMatrix and the bulk
1001 (WebCore::SerializedScriptValueData::serialize):
2470 (WebCore::SerializedScriptValueData::serialize):
6359 (WebCore::Serializer::serialize):
10129 (WebCore::Serializer::serialize):
16312 encapulate all the world-specific bindings state. Previoulsy, we used
27398 postMessage should serialize File objects
29371 intern calculations.
29374 intern calculations.
43645 it knows its parent. This solves the bulk of the cases. For those it
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1bindings.js","ember-glimmer/utils/curly-component-state-bucket.js","ember-glimmer/utils/debug-stac…
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1bindings.js","ember-glimmer/utils/curly-component-state-bucket.js","ember-glimmer/utils/debug-stac…
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1bindings.js","ember-glimmer/utils/curly-component-state-bucket.js","ember-glimmer/utils/debug-stac…
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1bindings.js","ember-glimmer/utils/curly-component-state-bucket.js","ember-glimmer/utils/debug-stac…
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog5557 Don't serialize uninterned symbols
5558 * module/system/vm/assembler.scm (intern-constant): Don't serialize
8040 Don't serialize build through psyntax-pp.scm
8667 All arities serialize a "closure" binding
22179 (string-table-intern!): Rename from string-table-intern, and just
23560 * test-suite/tests/texinfo.serialize.test ("test-serialize"): Adjust
28701 elisp: symbol-name, intern
43444 don't serialize the port part of the URI.
50509 * test-suite/tests/texinfo.serialize.test:
54614 * module/texinfo/serialize.scm:
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.172406 (tar-header-serialize): New functions.
4698 (c-record-parse-state-state, c-replay-parse-state-state):
5545 (vc-state-faces, vc-state-base-face)
5548 (vc-conflict-state, vc-removed-state)
5549 (vc-missing-state, vc-edited-state):
6541 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
7674 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
9306 (hif-factor, hif-string-concatenation, intern-safe): Support string
16052 (window--state-get-1, window-state-get, window--state-put-1)
18549 * mail/rmailmm.el (rmail-mime-set-bulk-data):
[all …]
H A DChangeLog.125264 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5322 with `looking-at' inside `narrow' and bulk out if found.
7334 * allout.el (allout-prior-bindings, allout-added-bindings):
13544 Add insert-state and vi-state entries for erc-mode.
14947 (custom-variable-state-set, custom-face-state-set):
15012 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15014 (hi-lock-string-serialize): New function.
17338 bindings.
17993 * printing.el (easy-menu-intern): Don't define.
17994 (pr-get-symbol): Use easy-menu-intern only if defined.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.172406 (tar-header-serialize): New functions.
4698 (c-record-parse-state-state, c-replay-parse-state-state):
5545 (vc-state-faces, vc-state-base-face)
5548 (vc-conflict-state, vc-removed-state)
5549 (vc-missing-state, vc-edited-state):
6541 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
7674 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
9306 (hif-factor, hif-string-concatenation, intern-safe): Support string
16052 (window--state-get-1, window-state-get, window--state-put-1)
18549 * mail/rmailmm.el (rmail-mime-set-bulk-data):
[all …]
H A DChangeLog.125264 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5322 with `looking-at' inside `narrow' and bulk out if found.
7334 * allout.el (allout-prior-bindings, allout-added-bindings):
13544 Add insert-state and vi-state entries for erc-mode.
14947 (custom-variable-state-set, custom-face-state-set):
15012 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15014 (hi-lock-string-serialize): New function.
17338 bindings.
17993 * printing.el (easy-menu-intern): Don't define.
17994 (pr-get-symbol): Use easy-menu-intern only if defined.
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info9898 -- Function: intern name &optional obarray
9904 (setq sym (intern "foo"))
11615 The bulk of ‘grok/pcase’ is a single clause of a ‘pcase’ form, the
12151 state.
31021 (setq symbol (intern (concat string
57593 -- Function: json-serialize object &rest args
81669 function ‘intern’ (*note intern::) whose pointer is also provided in the
81931 (env, env->intern (env, "error"),
82160 emacs_value fintern = env->intern (env, "intern");
87073 * json-serialize: Parsing JSON. (line 53)
[all …]

123