| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
where getToken could be used.
|
| |
|
| |
|
|
|
|
| |
NativeObject::{fillInAfterSwap,replaceWithNewEquivalentShape,generateOwnShape,shadowingShapeChange} to static method.
|
|
|
|
| |
RegExpObject::{getShared,createShared,dumpBytecode} to static method.
|
|
|
|
| |
Wrapper::Renew.
|
| |
|
|
|
|
| |
to static method.
|
|
|
|
| |
ModuleObject::fixEnvironmentsAfterCompartmentMerge.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
static method.
|
|
|
|
| |
UXP Interdiff
|
| |
|
| |
|
|
|
|
| |
method.
|
|
|
|
| |
JSObject::reportNotExtensible to static method.
|
|
|
|
| |
JSObject::shouldSplicePrototype.
|
| |
|
| |
|
| |
|
|
|
|
| |
JSFunction::getBoundFunctionArgument.
|
| |
|
|
|
|
| |
JSFunction::getUnresolvedLength to static method.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Specifically, three changes:
1) valueOf should be non-enumerable.
2) valueOf should be === to Object.prototype.valueOf.
3) There should be no toJSON.
|
| |
|
| |
|
| |
|
|
|
|
| |
Restriction" ECMAScript proposal
|
|
|
|
| |
parameter name.
|
| |
|
| |
|
|
|
|
| |
fails only when an underlying Vector::append fails, and that vector handles OOM reporting itself.
|
|
|
|
| |
isn't yet hit and that newlines aren't skipped, if appropriate.
|
|
|
|
| |
integral number of chars to skip.
|
| |
|
|
|
|
| |
TokenStream::matchBracedUnicode and make its signature fallible.
|
| |
|
|
|
|
| |
offset.
|
|
|
|
| |
identical between syntax parsing and full parsing.
|
|
|
|
| |
'caller' on any of the new function types.
|
| |
|
|
|
|
| |
Function constructor.
|
|
|
|
| |
children of if/else.
|
|
|
|
| |
Parser::functionStmt into Parser::consequentOrAlternative.
|