Home | History | Annotate | Download | only in js

Lines Matching defs:Import

29 // to normal natives that import using utils.ImportFromExperimental.
35 // Import from other scripts. The actual importing happens in PostNatives and
36 // PostExperimental so that we can import from scripts executed later. However,
37 // that means that the import is not available until the very end. If the
38 // import needs to be available immediate, use ImportNow.
42 function Import(f) {
48 // Import immediately from exports of previous scripts. We need this for
56 // In normal natives, import from experimental natives.
284 utils.Import = UNDEFINED;
305 utils.Import = Import;