| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
from exception.
|
| |
|
| |
|
| |
|
|
|
|
| |
xpc::ErrorReport.mNotes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
JSErrorReport.{notes,freeNotes}.
|
|
|
|
| |
parameter name in a function with parameter expressions.
|
|
|
|
| |
simpler consuming getToken could be performed.
|
|
|
|
| |
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
|