mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Add prefixes for literals
This commit is contained in:
parent
ec6c185cf5
commit
43f1946c7a
2 changed files with 27 additions and 1 deletions
|
@ -112,7 +112,15 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
|
||||
// (reserved partial commands for the lexer)
|
||||
BM: null,
|
||||
BD: null
|
||||
BD: null,
|
||||
'true': null,
|
||||
fa: null,
|
||||
fal: null,
|
||||
fals: null,
|
||||
'false': null,
|
||||
nu: null,
|
||||
nul: null,
|
||||
'null': null
|
||||
};
|
||||
|
||||
PartialEvaluator.prototype = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue