Lines Matching defs:from
578 // Note that this function can be called from the main thread or from a
892 // is the parent's id. The inner function will get ids starting from
907 // will be correctly inherited from the outer scope.
986 // TODO(adamk): We should construct this scope from the ScopeInfo.
1237 // reporting. These must be followed by a 'from' clause.
1418 // 'import' ImportClause 'from' ModuleSpecifier ';'
1420 // 'import' ImportClause 'from' ModuleSpecifier [no LineTerminator here]
1605 // 'export' '*' 'from' ModuleSpecifier ';'
1617 // 'export' '*' 'as' IdentifierName 'from' ModuleSpecifier ';'
1620 // export * as x from "...";
1622 // import * as .x from "..."; export {.x as x};
1627 // 'as') are disallowed without a following 'from' clause.
1650 // 'export' '*' 'from' ModuleSpecifier ';'
1651 // 'export' '*' 'from' ModuleSpecifier [no LineTerminator here]
1653 // 'export' '*' 'as' IdentifierName 'from' ModuleSpecifier ';'
1654 // 'export' '*' 'as' IdentifierName 'from' ModuleSpecifier
1656 // 'export' '*' 'as' ModuleExportName 'from' ModuleSpecifier ';'
1657 // 'export' '*' 'as' ModuleExportName 'from' ModuleSpecifier ';'
1659 // 'export' ExportClause ('from' ModuleSpecifier)? ';'
1660 // 'export' ExportClause ('from' ModuleSpecifier [no LineTerminator here]
2653 // different from lazy compilation; we need to parse more eagerly than we
3071 // For a regular function, the function arguments are parsed from source.
3335 VariableProxy* from = factory()->NewVariableProxy(parameter);
3337 factory()->NewAssignment(Token::ASSIGN, to, from, kNoSourcePosition);
3452 // skip bit will be correctly inherited from the outer scope.