Searched full:_runtime (Results 1 – 8 of 8) sorted by relevance
8 .. _runtime algorithm: `Runtime Algorithms`_
378 * ``HAVE_<FUNCTION>_RUNTIME`` is a macro defined in the relevant source382 * Use ``HAVE_<FUNCTION>_RUNTIME`` before calling ``<function>``. This macro385 if (HAVE_<FUNCTION>_RUNTIME) {391 if (HAVE_<FUNCTION>_RUNTIME) {} else {395 Using other patterns (such as ``!HAVE_<FUNCTION>_RUNTIME``) is not supported
102 'dart:_runtime',
18 _runtime:
131 "_runtime": { object
400 BrowserManager._(this._browser, this._runtime, WebSocketChannel webSocket) {440 final Runtime _runtime;559 'browser': _runtime.identifier
107 'dart:_runtime',
53 * - HAVE_<FUNCTION>_RUNTIME: Runtime check for availability58 * Due to compiler restrictions there is one valid use of HAVE_<FUNCTION>_RUNTIME:59 * if (HAVE_<FUNCTION>_RUNTIME) { ... }