1# 2# AFL dictionary for JavaScript 3# ----------------------------- 4# 5# Contains basic reserved keywords and syntax building blocks. 6# 7# Created by Michal Zalewski <[email protected]> 8# 9 10keyword_arguments="arguments" 11keyword_break="break" 12keyword_case="case" 13keyword_catch="catch" 14keyword_const="const" 15keyword_continue="continue" 16keyword_debugger="debugger" 17keyword_decodeURI="decodeURI" 18keyword_default="default" 19keyword_delete="delete" 20keyword_do="do" 21keyword_else="else" 22keyword_escape="escape" 23keyword_eval="eval" 24keyword_export="export" 25keyword_finally="finally" 26keyword_for="for (a=0;a<2;a++)" 27keyword_function="function" 28keyword_if="if" 29keyword_in="in" 30keyword_instanceof="instanceof" 31keyword_isNaN="isNaN" 32keyword_let="let" 33keyword_new="new" 34keyword_parseInt="parseInt" 35keyword_return="return" 36keyword_super="super" 37keyword_switch="switch" 38keyword_this="this" 39keyword_throw="throw" 40keyword_try="try" 41keyword_typeof="typeof" 42keyword_var="var" 43keyword_void="void" 44keyword_while="while" 45keyword_with="with" 46 47misc_1=" 1" 48misc_a="a" 49misc_array=" [1]" 50misc_assign=" a=1" 51misc_code_block=" {1}" 52misc_colon_num=" 1:" 53misc_colon_string=" 'a':" 54misc_comma=" ," 55misc_comment_block=" /* */" 56misc_comment_line=" //" 57misc_cond=" 1?2:3" 58misc_dec=" --" 59misc_div=" /" 60misc_equals=" =" 61misc_fn=" a()" 62misc_identical=" ===" 63misc_inc=" ++" 64misc_minus=" -" 65misc_modulo=" %" 66misc_parentheses=" ()" 67misc_parentheses_1=" (1)" 68misc_parentheses_1x4=" (1,1,1,1)" 69misc_parentheses_a=" (a)" 70misc_period="." 71misc_plus=" +" 72misc_plus_assign=" +=" 73misc_regex=" /a/g" 74misc_rol=" <<<" 75misc_semicolon=" ;" 76misc_serialized_object=" {'a': 1}" 77misc_string=" 'a'" 78misc_unicode=" '\\u0001'" 79misc_shl=" <<" 80misc_shr=" >>" 81misc_sae=" >>>" 82misc_bit_or=" |" 83misc_bit_and=" &" 84misc_bit_xor=" ^" 85misc_bit_not=" ~" 86 87object_Array=" Array" 88object_Boolean=" Boolean" 89object_Date=" Date" 90object_Function=" Function" 91object_Infinity=" Infinity" 92object_Int8Array=" Int8Array" 93object_Math=" Math" 94object_NaN=" NaN" 95object_Number=" Number" 96object_Object=" Object" 97object_RegExp=" RegExp" 98object_String=" String" 99object_Symbol=" Symbol" 100object_false=" false" 101object_null=" null" 102object_true=" true" 103 104prop_charAt=".charAt" 105prop_concat=".concat" 106prop_constructor=".constructor" 107prop_destructor=".destructor" 108prop_length=".length" 109prop_match=".match" 110prop_proto=".__proto__" 111prop_prototype=".prototype" 112prop_slice=".slice" 113prop_toCode=".toCode" 114prop_toString=".toString" 115prop_valueOf=".valueOf" 116 117 118# This part has been generated with testing/libfuzzer/dictionary_generator.py 119# using v8_script_parser_fuzzer binary and ECMA-262 standard 6.0. 120"all" 121"ECMA-404." 122"contexts." 123"Date.prototype.setHours" 124"IsConstructor" 125"forbidden" 126"dynamic" 127"month" 128"(exclusive)" 129"(OOPSLA" 130"arguments)" 131"consists" 132"expressions" 133"(which" 134"(in" 135"WeakSet" 136"whose" 137"iterator" 138"PATENT" 139"(for" 140"equivalence" 141"including" 142"to" 143"tail" 144"program" 145"under" 146"immutable" 147"started" 148"@" 149"digit" 150"returned" 151"very" 152"activation" 153"'UA-32577963-1']);" 154"Classes" 155"every" 156"updates" 157"U+200C" 158"(URI):" 159"condition" 160"(QUOTATION" 161"exponential" 162"Reference" 163"EXPRESS" 164"list" 165"prefix" 166"non-extensible" 167"large" 168"INDIRECT," 169"NY," 170"enclosing" 171"small" 172"abbreviated" 173"built-in" 174"range." 175"BUSINESS" 176"C++," 177"translating" 178"surrounding" 179"second" 180"Version" 181"pass" 182"UTF-8." 183"invariant" 184"(LINE" 185"implemented" 186"INFRINGE" 187"Z." 188"Latin" 189"incompatible" 190"section" 191"selected" 192"supplied" 193"decoding" 194"version" 195"run" 196"above" 197"Int8Array" 198"method" 199"\"BSD" 200"full" 201"escaping" 202"Undefined" 203"compilation" 204"never" 205"component" 206"here" 207"ranges" 208"reported" 209"U+007D" 210"operations." 211"active" 212"path" 213"placeholder" 214"8601:2004(E)" 215"search" 216"White_Space" 217"U+10FFFF," 218"changed" 219"allows" 220"(see" 221"SOLIDUS)" 222"prior" 223"real" 224"successors" 225"error," 226"error." 227"proxy" 228"prints" 229"via" 230"shorthand" 231"divide" 232"replace" 233"Object.defineProperties" 234"Instance" 235"TO" 236"S," 237"SUCH" 238"total" 239"unit" 240"languages" 241"executable" 242"takes" 243"would" 244"U+003A" 245"contains" 246"negative" 247"URI;" 248"call" 249"JTC" 250"6" 251"type" 252"until" 253"more" 254"Date.prototype.setMinutes" 255"GOODS" 256"EXEMPLARY," 257"expose" 258"SIGN)" 259"flag" 260"U+000A" 261"V" 262"Representation" 263"Alphabetic" 264"hold" 265"finalization" 266"must" 267"Array.prototype" 268"PROVIDED" 269"none" 270"word" 271"U+000D" 272"hour" 273"SV" 274"(REVERSE" 275"paragraph" 276"ms" 277"v" 278"exceptions" 279"COMMA," 280"root" 281"could" 282"defer" 283"compare" 284"type." 285"(with" 286"JavaScript" 287"states" 288"minimum" 289"numbers" 290"keep" 291"SEPARATOR)," 292"absolute" 293"information" 294"end" 295"recursive" 296"Format" 297"provide" 298"DataView" 299"HOWEVER" 300"maps" 301"reject" 302"Promise" 303"IMPLIED" 304"<CR>" 305"A" 306"description" 307"binary" 308"Arrays" 309"typed" 310"after" 311"variant" 312"mapping" 313"U+0024" 314"hoisting" 315"reflect" 316"SPECIAL," 317"types" 318"All" 319"short" 320"(CHARACTER" 321"postfix" 322"ID_Start" 323"map," 324"blocks." 325")" 326"LICENSING" 327"QUOTATION" 328"order" 329"DAMAGES" 330"operations" 331"executed" 332"interpretation" 333"V," 334"over" 335"NO-BREAK" 336"expects" 337"through" 338"LINE" 339"its" 340"before" 341"byteLength" 342"style" 343"20" 344"(V," 345"CreateIterResultObject" 346"," 347"writing" 348"detected" 349"verifies" 350"SUBSTITUTE" 351"might" 352"then" 353"them" 354"skipped" 355"combination" 356"strings." 357"URI" 358"number" 359"of:" 360"nested" 361"operation." 362"[~U]" 363"always" 364"decimal" 365"Date.prototype.setMonth" 366"token" 367"API" 368"twice." 369"arrow" 370"each" 371"types." 372"side" 373"(but" 374"GetSuperConstructor" 375"directly" 376"Zone" 377"UTC" 378"FITNESS" 379"numeric" 380"expect" 381"RegExp" 382"loops" 383"operation" 384"scope)" 385"Type" 386"Reflect.ownKeys" 387"More" 388"WILL" 389"by" 390"mark-up" 391"restricted" 392"since" 393"BMP" 394"7" 395"newly" 396"Super" 397"Class" 398"Must" 399"loop." 400"Extension" 401"found" 402"free" 403"standard" 404"reason" 405"base" 406"byteOffset" 407"Constructor" 408"put" 409"Block" 410"thrown" 411"definition" 412"pairs" 413"unresolved" 414"created" 415"starts" 416"filter" 417"uses" 418"assign" 419"already" 420"features" 421">>" 422"encoding" 423"SYMBOL" 424"TC39" 425"SameValue" 426"primary" 427"system" 428"Maps" 429"Handler" 430"done" 431"notify" 432"another" 433"RETURN)," 434"SMALL" 435"Date.prototype.setSeconds" 436"script" 437"top" 438"least" 439"ToString" 440"needed" 441"SymbolDescriptiveString" 442"too" 443"statement" 444"store" 445"passed" 446"Language" 447"OrdinaryHasInstance" 448"Named" 449"immediate" 450"direct" 451"tokens" 452"execution." 453"BRACKET)." 454"translation" 455"to:" 456"kind" 457"Code" 458"keyword" 459"double" 460"enabled" 461"zero" 462"normalizing" 463"Reflect.getOwnPropertyDescriptor" 464"(NOTE" 465"minus" 466"debugging" 467"script." 468"constructors" 469"bitwise" 470"randomly" 471"UTC," 472"Reflect.has" 473"initialized" 474"U+005D" 475"null" 476"ARISING" 477"UTF-8," 478"contents" 479"option" 480"forced" 481"Power" 482"-" 483"eagerly" 484"indexes" 485"also" 486"internal" 487"(LEFT" 488"Date.prototype.setYear" 489"ARE" 490"REGARDING" 491"added" 492"object" 493"most" 494"optimized" 495"regular" 496"rejected" 497"letter" 498"scripts" 499"Date.prototype.setDate" 500"The" 501"<ZWNJ>" 502"brackets" 503"flow" 504"traditional" 505"Single" 506"Boolean" 507"place" 508"parenthesis" 509"Native" 510"+" 511"heuristics" 512"radix" 513"SyntaxError" 514"(N," 515"syntax" 516"attempts" 517"O," 518"relation" 519"find" 520"(COMMA)." 521"access" 522"(COMMA)," 523"parameters" 524"THAT" 525"HTML" 526"8" 527"exports" 528"dependent" 529"account" 530"Value" 531"(P)" 532"ToLength" 533"non-integer" 534"report" 535"during" 536"target" 537"runs" 538"resolve" 539"THIS" 540"fields" 541"bytes" 542"remove" 543"twice" 544"common" 545"CET," 546"parameter," 547"parameter." 548"automatic" 549"ToObject" 550"set" 551"reference" 552"locale" 553"testing" 554"<ZWNBSP>" 555"Tail" 556"are" 557"arg" 558"hash" 559"(CARRIAGE" 560"stringify" 561"said" 562"currently" 563"BUT" 564"future" 565"various" 566"OWNERSHIP" 567"consecutive" 568"conditions" 569"available" 570"C" 571"1))" 572"creating" 573"missing" 574"modify" 575"weak" 576"zone," 577"PROCUREMENT" 578"succeed" 579"IS\"" 580"interface" 581"IMPLEMENT" 582"AND" 583"both" 584"c" 585"TypeError" 586"last" 587"SHALL" 588"false," 589"against" 590"became" 591"PURPOSE" 592"context" 593"receiver" 594"exceeds" 595"(MV)," 596"finds" 597"WARRANTY" 598"point" 599"header" 600"globals" 601"written" 602"slots" 603"Method" 604"iterable" 605"Wide" 606"Date.prototype.toDateString" 607"C," 608"format," 609"create" 610"Processing" 611"(SV," 612"been" 613"accessor" 614"Early" 615"TORT" 616"JSON" 617"UTF-16." 618"basic" 619"expected" 620"C0" 621"empty" 622"Date.prototype.setUTCMilliseconds" 623"CLEF)." 624"precision" 625"N" 626"TV," 627"assigning" 628"exception" 629"Date.prototype.setMilliseconds" 630"frozen" 631"Uint16Array" 632"deferred" 633"optimization" 634"replaced" 635"Object.defineProperty" 636"error" 637"property" 638"EVENT" 639"loop" 640"resolved" 641"USE," 642"Both" 643"is" 644"binding" 645"it" 646"encountered" 647"itself" 648"[[Handler]]" 649"containing" 650"U+005F" 651"ISO/IEC" 652"Boolean.prototype.toString" 653"flag." 654"make" 655"NaN" 656"shorter" 657"(PARAGRAPH" 658"(MV," 659"split" 660"9" 661"AT&T" 662"U+005B" 663"(TV)" 664"used" 665"keys" 666"assignment" 667"LIABILITY," 668"NOT" 669"levels" 670"moving" 671"user" 672"characters" 673"CONDUCT" 674"stack" 675"normalization" 676"early" 677"lower" 678"surrogate" 679"changes" 680"ZERO)," 681"flags" 682"Names" 683"y" 684"entry" 685"the" 686"encodeURIComponent" 687"ECMA" 688"left" 689"construct" 690"quoted" 691"sentence" 692"||" 693"overflows" 694"SERVICES;" 695"(F," 696"Inherited" 697"followed" 698"32" 699"yet" 700"previous" 701"tables" 702"Assignment" 703"LEFT-TO-RIGHT" 704"character" 705"source" 706"n" 707"collections" 708"found," 709"input" 710"has" 711"remaining" 712"..." 713"format" 714"lexically" 715"big" 716"(O," 717"possible" 718"marked" 719"integer" 720"bit" 721"enumerable" 722"formal" 723"ON" 724"d" 725"OF" 726"ignore" 727"steps" 728"Date.prototype.toISOString" 729"table." 730"OR" 731"right" 732"old" 733"Reflect.set" 734"<PS>" 735"creation" 736"back" 737"Numeric" 738"apply" 739"indirect" 740"encodeURI" 741"sourceText" 742"String" 743"for" 744"notification" 745"subclass" 746"<LF>" 747"track" 748"Let" 749"eliminate" 750"either" 751"be" 752"<LS>" 753"algorithmic" 754"Calls" 755"processing" 756"O" 757"step" 758"RIGHT-TO-LEFT" 759"ToNumber" 760"BMP." 761"method." 762"from" 763"Property" 764"properties" 765"<ZWJ>," 766"Abstract" 767"Argument" 768"range" 769"extensions" 770"value." 771"runtime" 772"automatically" 773"Common" 774"IANA" 775"primitive" 776"statements" 777"constructor." 778"garbage" 779"CAUSED" 780"into" 781"within" 782"bound" 783"ACM" 784"parsing" 785"Literal" 786"Java" 787"Reflect.get" 788"IsRegExp" 789"32-bit" 790"U+005C" 791"Keys" 792"intrinsic" 793"support" 794"initial" 795"handles" 796"long" 797"ReferenceError" 798"RangeError" 799"array." 800"Variable" 801"perform" 802"analyze" 803"was" 804"(i.e." 805"form" 806"memory" 807"failure" 808"decodeURIComponent" 809"CONTRACT," 810"statement." 811"objects." 812"true" 813"objects)" 814"Left" 815"arrays" 816"inside" 817"caller" 818"maximum" 819"...," 820"annotations" 821"LEFT" 822"called" 823"constant" 824"defined" 825"Deseret" 826"iterator," 827"To" 828"single" 829"Arguments" 830"floating" 831"check" 832"Map" 833"Only" 834"no" 835"TV" 836"binding." 837"when" 838"Possible" 839"invalid" 840"A." 841"application" 842"points" 843"Proxy" 844"Scripts" 845"test" 846"Reflect.isExtensible" 847"arithmetic" 848"node" 849"elements" 850"update" 851"prepared" 852"class" 853"AT" 854"variable" 855"structure" 856"for-in" 857"required" 858"modules" 859"An" 860"NOTE" 861"logical" 862"time" 863"PROFITS;" 864"code)" 865"requires" 866"CreateDataProperty" 867"non-writable" 868"once" 869"code" 870"partial" 871"FEED)," 872"chain" 873"FEED)." 874"(MUSICAL" 875"global" 876"existing" 877"WIDTH" 878"signatures" 879"per" 880"computation" 881"SOLIDUS)," 882"U+017F" 883"CLEF" 884"millisecond" 885"aligned" 886"U+007B" 887"zone" 888"default," 889"Object" 890"environment" 891"0" 892"Array.prototype.concat" 893"stable" 894"include" 895"resources" 896"uninitialized" 897"division" 898"string" 899"LOSS" 900"(LATIN" 901"(INCLUDING," 902"Tagged" 903"Keyed" 904"P" 905"ObjectDefineProperties" 906"anonymous" 907"entries" 908"specific" 909"minute" 910"level" 911"did" 912"positions" 913"Global" 914"EvalError" 915"round" 916"Canonical" 917"prevent" 918"CODE" 919"HTTP" 920"INFORMATION" 921"M," 922"M." 923"object." 924"initializer" 925"non-strict" 926"manipulating" 927"Date.prototype.setUTCMinutes" 928"index" 929"adds" 930"appear" 931"TO," 932"MUSICAL" 933"current" 934"Float64Array" 935"lazily" 936"template" 937"shared" 938";" 939"filled" 940"body" 941"(SOLIDUS)" 942"U+2028" 943"U+2029" 944"Descriptor" 945"objects" 946"(FORM" 947"[" 948"UTF-16," 949"implicit" 950"change" 951"convert" 952"\"AS" 953"shift" 954"31" 955"Date.prototype.setUTCSeconds" 956"queue" 957"MV" 958"weekday" 959"(MV)" 960"{" 961"Null" 962"named" 963"tasks" 964"GetOwnPropertyKeys" 965"extra" 966"When" 967"Construct" 968"modifying" 969"Languages" 970"names" 971"(DIGIT" 972"marker" 973"Import" 974"bindings" 975"use" 976"additive" 977"handled" 978"&" 979"illegal" 980"value," 981"value)" 982"next" 983"few" 984"duplicate" 985"handler" 986"Date.prototype.setUTCFullYear" 987"attribute" 988"scope" 989"String.prototype" 990"F" 991"Default" 992"trail" 993"Time" 994"cases" 995"ID_Continue" 996"\"CODE\"," 997"NON-JOINER)" 998"lowercase" 999"RIGHTS" 1000"ObjectCreate" 1001"modified" 1002"MARK" 1003"descriptor" 1004"tag" 1005"values" 1006"can" 1007"executor" 1008"following" 1009"meet" 1010"detached" 1011"F," 1012"control" 1013"FTP)" 1014"reserved" 1015"stream" 1016"escapes" 1017"process" 1018"lock" 1019"escaped" 1020"incremental" 1021"UTF-8" 1022"allowed" 1023"unhandled" 1024"block." 1025"for-of" 1026"requirements" 1027"UTF-32" 1028"means" 1029"write" 1030"INTERNATIONAL" 1031"instead" 1032"WARRANTIES," 1033"parameter" 1034"attributes," 1035"circular" 1036"map" 1037"may" 1038"clone" 1039"(PLUS" 1040"collection" 1041"DISCLAIMS" 1042"produce" 1043"preferred" 1044"Prologue" 1045"date" 1046"representations" 1047"Int16Array" 1048"data" 1049"annotation" 1050"ambiguous" 1051"USA," 1052"computations" 1053"bind" 1054"lines" 1055"element" 1056"q" 1057"rather" 1058"block" 1059"allow" 1060"representation" 1061"terminating" 1062"__proto__" 1063"(COLON)," 1064"tagged" 1065"@@toPrimitive" 1066"Uint32Array" 1067"Generator" 1068"move" 1069"Use" 1070"years" 1071"symbols" 1072"comma" 1073"differs" 1074"INCIDENTAL," 1075"THE" 1076"non-zero" 1077"1" 1078"(LF)" 1079"group" 1080"Rules" 1081"platform" 1082"Using" 1083"main" 1084"defining" 1085"<" 1086"pending" 1087"Date.prototype.toUTCString" 1088"non" 1089"greater" 1090"views" 1091"%JSON%" 1092"(FULL" 1093"BRACKET)" 1094"EVEN" 1095"Extensions" 1096"subtraction" 1097"SameValueZero" 1098"not" 1099"(P," 1100"now" 1101"nor" 1102"execute" 1103"name" 1104"Iterator" 1105"U+1D11E" 1106"(LOW" 1107"unrepresentable" 1108"trap" 1109"Eliminating" 1110"identifier" 1111"|" 1112"subset" 1113"(the" 1114"8," 1115"Generic" 1116"non-object" 1117"U+0000" 1118"static" 1119"(HYPHEN-MINUS)" 1120"year" 1121"operand" 1122"U+0008" 1123"transitions" 1124"Parameter" 1125"special" 1126"out" 1127"space" 1128"REQUIRED" 1129"RegExpExec" 1130"Set" 1131"Float32Array" 1132"Throw" 1133"index." 1134"G" 1135"state" 1136"column" 1137"RFC" 1138"completely" 1139"Used" 1140"x" 1141"IMPLIED," 1142"byte" 1143"remainder" 1144"log" 1145"DATA," 1146"backwards" 1147"unescape" 1148"language" 1149"ArrayBuffer" 1150"@@hasInstance" 1151"times" 1152"STRICT" 1153"length" 1154"separator" 1155"isView" 1156"hexadecimal" 1157"first" 1158"clause" 1159"variables" 1160"one" 1161"INTERRUPTION)" 1162"ISO" 1163"suspended" 1164"JOINER)" 1165"reached" 1166"array" 1167"size" 1168"given" 1169"Runtime" 1170"checked" 1171"CURLY" 1172"start" 1173"ordering" 1174"Symbol" 1175"Date.prototype.setFullYear" 1176"Uint8Array" 1177"grow" 1178"their" 1179"SEE" 1180"2" 1181"Date" 1182"TypedArray" 1183"bits" 1184"final" 1185"HasProperty" 1186"destructuring" 1187"that" 1188"completed" 1189"exactly" 1190"R" 1191"closures" 1192"LETTER" 1193"variable." 1194"PDF" 1195"copy" 1196"than" 1197"specify" 1198"===" 1199"relative" 1200"later." 1201":" 1202"1;" 1203"depends" 1204"accesses" 1205"WHETHER" 1206"r" 1207"were" 1208"1)" 1209"accessed" 1210"GeneratorFunction" 1211"URIError" 1212"1," 1213"ArrayBuffer.prototype.slice" 1214"result" 1215"and" 1216"Executable" 1217"false" 1218"NEGLIGENCE" 1219"explicit" 1220"argument" 1221"generalization" 1222"Field" 1223"Other" 1224"Call" 1225"have" 1226"String.prototype.charAt" 1227"any" 1228"conversion" 1229"Date.prototype.setUTCMonth" 1230"min" 1231"LINE)" 1232"(no" 1233"instance" 1234"which" 1235"=" 1236"TRV." 1237"begin" 1238"multiple" 1239"Name" 1240"normal" 1241"buffer" 1242"callable" 1243"connected" 1244"comparison" 1245"inserted" 1246"pages" 1247"RIGHT" 1248"considered" 1249"request" 1250"Module" 1251"Date.prototype.toString" 1252"OUT" 1253"Date.prototype.setUTCHours" 1254"Export" 1255"ECMA-404" 1256"STOP)," 1257"Array" 1258"}" 1259"selection" 1260"text" 1261"supported" 1262"POSSIBILITY" 1263"BRACKET," 1264"Reflect.setPrototypeOf" 1265"ECMA-402" 1266"line" 1267"Math" 1268"slot" 1269"We" 1270"based" 1271"(" 1272"cache" 1273"3" 1274"should" 1275"only" 1276"unable" 1277"invocation" 1278"SEPARATOR)" 1279"b" 1280"local" 1281"WARRANTIES" 1282"handle" 1283"get" 1284"==" 1285"space," 1286"HEREIN" 1287"cannot" 1288"words" 1289"progress" 1290"quantifier" 1291"interpreted" 1292"neither" 1293"secondary" 1294"closure" 1295"Right" 1296"resource" 1297"upper" 1298"encounters" 1299"yield" 1300"keyed" 1301"EST," 1302"Date.prototype.getYear" 1303"INCLUDING" 1304"contain" 1305"Reflect.preventExtensions" 1306"fixed" 1307"where" 1308"view" 1309"SOFTWARE," 1310"declared" 1311"declarations" 1312"RETURN" 1313"computed" 1314"exists" 1315"we" 1316"module" 1317"up" 1318"writable" 1319"Source" 1320"(BACKSPACE)," 1321"legacy" 1322"truncating" 1323"receiver." 1324"THEORY" 1325"invoked" 1326"attribute," 1327"U+001F" 1328"pattern" 1329"lexical" 1330"label" 1331"outside" 1332"toString" 1333"closed" 1334"between" 1335"Reflect.getPrototypeOf" 1336"import" 1337"boundary" 1338"reading" 1339"checks" 1340"AVAILABLE" 1341"FOR" 1342"<NUL>" 1343"S" 1344"key" 1345"Identifier" 1346"valid" 1347"P," 1348"observable" 1349"revoked" 1350"many" 1351"equal" 1352"Month" 1353"propagation" 1354"s" 1355"Unicode" 1356"Escape" 1357"values)" 1358"MapIterator" 1359"expression" 1360"values," 1361"Boolean.prototype.valueOf" 1362"comment" 1363"(HYPHEN-MINUS)," 1364"color" 1365"pos" 1366"adding" 1367"table" 1368"allocated" 1369"array-like" 1370"IS" 1371"addition" 1372"]" 1373"MARK)" 1374"mark" 1375"(SPACE)," 1376"literal" 1377"(SPACE)." 1378"non-configurable" 1379"U+200D" 1380"prototype" 1381">" 1382"enable" 1383"(S," 1384"restrictions" 1385"instantiated" 1386"Function.prototype.apply" 1387"external" 1388"WAY" 1389"declaration" 1390"CONSEQUENTIAL" 1391"folding" 1392"Date.prototype" 1393"an" 1394"E)," 1395"present" 1396"IsArray" 1397"/" 1398"contexts" 1399"Number" 1400"value" 1401"will" 1402"(UCS)" 1403"J.UCS" 1404"ADVISED" 1405"unpaired" 1406"FEED" 1407"ECMA-402:" 1408"architecture." 1409"parse" 1410"Strict" 1411"PARTICULAR" 1412"IEEE" 1413"comments" 1414"capture" 1415"different" 1416"Return" 1417"compiling" 1418"generic" 1419"Typed" 1420"same" 1421"configurable" 1422"member" 1423"Regular" 1424"mode." 1425"events" 1426"Types" 1427"SOFTWARE" 1428"string." 1429"extended" 1430"infinity" 1431"again" 1432"initialization" 1433"LIABLE" 1434"effect" 1435"running" 1436"IN" 1437"changing" 1438"validate" 1439"ACM," 1440"U+002D" 1441"IF" 1442"//" 1443"undefined" 1444"String.prototype.trim" 1445"argument." 1446"argument," 1447"UTC)" 1448"UTC." 1449"It" 1450"<table" 1451"ANY" 1452"patterns" 1453"without" 1454"extensible" 1455"In" 1456"String.prototype.charCodeAt" 1457"position" 1458"(ZERO" 1459"bodies" 1460"If" 1461"BE" 1462"(UTC)" 1463"less" 1464"being" 1465"captures" 1466"ToInteger" 1467"numbering" 1468"rest" 1469"unary" 1470"R," 1471"unicode" 1472"BY" 1473"captured" 1474"U+212A" 1475"generator" 1476"hint" 1477"supply" 1478"unsigned" 1479"add" 1480"setting" 1481"extends" 1482"4" 1483"usage" 1484"lookup" 1485"(A" 1486"match" 1487"Labelled" 1488"identical" 1489"Control" 1490"rules" 1491"DIRECT," 1492"(inclusive)" 1493"non-null" 1494"[U]" 1495"immediately" 1496"execution" 1497"left-hand" 1498"desc" 1499"LIMITED" 1500"(EQUALS" 1501"missing." 1502"B." 1503"user-defined" 1504"Bitwise" 1505"MATTERS" 1506"BRACKET" 1507"t" 1508"CLAIMS" 1509"multiplicative" 1510"output" 1511"OTHERWISE)" 1512"page" 1513"replacement" 1514"specifies" 1515"because" 1516"sequence" 1517"uppercase" 1518"conditional" 1519"searching" 1520"calling" 1521"INCLUDING," 1522"specified" 1523"proper" 1524"New" 1525"Date.prototype.toTimeString" 1526"literals" 1527"lead" 1528"[+U]" 1529"avoid" 1530"results:" 1531"leap" 1532"does" 1533"\"B\"," 1534"CreateListFromArrayLike" 1535"?" 1536"mode" 1537"SQUARE" 1538"power" 1539"compiler" 1540"WeakMap" 1541"(TRV)" 1542"A-Z" 1543"offset" 1544"regexp" 1545"TRV" 1546"ALL" 1547"on" 1548"actual" 1549"extension" 1550"Date.prototype.valueOf" 1551"of" 1552"Date.prototype.setTime" 1553"recognized" 1554"(SV)" 1555"(U+00DF)" 1556"FL," 1557"constructor" 1558"or" 1559"Int32Array" 1560"referenced" 1561"letters" 1562"No" 1563"Internal" 1564"promise" 1565"Function.prototype.toString" 1566"Reflect.defineProperty" 1567"operator" 1568"Empty" 1569"Week" 1570"(U+017F)" 1571"Infinity" 1572"additional" 1573"prepare" 1574"NO" 1575"*" 1576"ECMA-262" 1577"decode" 1578"strict" 1579"context." 1580"SIGPLAN" 1581"N," 1582"triggered" 1583"enough" 1584"TABULATION)," 1585"DISCLAIMED." 1586"ToPrimitive" 1587"but" 1588"repeated" 1589"construction" 1590"Error" 1591"(RIGHT" 1592"N2" 1593"promote" 1594"(C," 1595"longer" 1596"count" 1597"1024" 1598"UTF-16" 1599"embedded" 1600"U+002F" 1601"using" 1602"signed" 1603"U+002C" 1604"below" 1605"converted" 1606"limit" 1607"MERCHANTABILITY" 1608"<BS>" 1609"define" 1610"detailed" 1611"USE" 1612"<CR><LF>" 1613"Space" 1614"exhausted" 1615"combining" 1616"FIFO" 1617"general" 1618"as" 1619"optionally" 1620"at" 1621"file" 1622"Reflect.deleteProperty" 1623"trailing" 1624"Function" 1625"parameters." 1626"functions" 1627"beyond" 1628"Date.prototype.setUTCDate" 1629"virtual" 1630"Reflect" 1631"field" 1632"other" 1633"5" 1634"details" 1635"<<" 1636"requested" 1637"repeat" 1638"Uint8ClampedArray" 1639"separate" 1640"symbol" 1641"Remove" 1642"U" 1643"functions)" 1644"(DOLLAR" 1645"Object.prototype" 1646"calls" 1647"code," 1648"(INCLUDING" 1649"rule" 1650"strings" 1651"code." 1652"Year" 1653"(URL)," 1654"validation" 1655"starting" 1656"function," 1657