Lines Matching defs:function

17 function resetState () {
40 function parseCJS (source, name = '@') {
55 function decode (str) {
85 function parseSource (cjsSource) {
251 function tryBacktrackAddStarExportBinding (bPos) {
290 function tryParseObjectHasOwnProperty (it_id) {
331 function tryParseObjectDefineOrKeys (keys) {
715 // `Object.defineProperty(` EXPORTS_IDENTIFIER `, ` IDENTIFIER$2 `, { enumerable: true, get: function () { return ` IDENTIFIER$1 `[` IDENTIFIER$2 `]; } })`
835 function readExportsOrModuleDotExports (ch) {
857 function tryParseModuleExportsDotAssign () {
872 function tryParseExportsDotAssign (assign) {
931 function tryParseRequire (requireType) {
965 function tryParseLiteralExports () {
1083 function isInAstralSet(code, set) {
1095 function isIdentifierStart(code, astral) {
1107 function isIdentifierChar(code, astral) {
1119 function identifier () {
1139 function codePointLen (ch) {
1144 function codePointAtLast (bPos) {
1152 function throwIfImportStatement () {
1183 function throwIfExportStatement () {
1192 function commentWhitespace () {
1212 function templateString () {
1229 function blockComment () {
1240 function lineComment () {
1248 function stringLiteral (quote) {
1264 function regexCharacterClass () {
1277 function regularExpression () {
1294 function isBr (c) {
1298 function isBrOrWs (c) {
1302 function isBrOrWsOrPunctuatorNotDot (c) {
1306 function keywordStart (pos) {
1310 function readPrecedingKeyword (pos, match) {
1316 function readPrecedingKeyword1 (pos, ch) {
1322 function isExpressionKeyword (pos) {
1394 function isParenKeyword (curPos) {
1400 function isPunctuator (ch) {
1408 function isExpressionPunctuator (ch) {
1415 function isExpressionTerminator (curPos) {