Bug 897850 - Fix order of "construct" and "hasInstance" comments. r=evilpie. DONTBUILD

--HG--
extra : rebase_source : 0c7794045398db2e66d3ad1210b3b4b8b14947b0
This commit is contained in:
Nicholas Nethercote 2013-07-25 15:30:53 -07:00
parent 7d3853955a
commit 9bf14957f9
12 changed files with 21 additions and 21 deletions

View File

@ -1018,8 +1018,8 @@ Class MapObject::class_ = {
finalize,
NULL, // checkAccess
NULL, // call
NULL, // construct
NULL, // hasInstance
NULL, // construct
mark
};
@ -1577,8 +1577,8 @@ Class SetObject::class_ = {
finalize,
NULL, // checkAccess
NULL, // call
NULL, // construct
NULL, // hasInstance
NULL, // construct
mark
};

View File

@ -41,8 +41,8 @@ js::Class HasCustomIterClass = {
NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
NULL, /* mark */
{
NULL, /* outerObject */

View File

@ -4578,8 +4578,8 @@ static Class prop_iter_class = {
prop_iter_finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
prop_iter_trace
};

View File

@ -767,8 +767,8 @@ Class ArrayObject::class_ = {
NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
NULL, /* trace */
{
NULL, /* outerObject */

View File

@ -69,8 +69,8 @@ Class ErrorObject::class_ = {
exn_finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
exn_trace
};

View File

@ -851,8 +851,8 @@ Class PropertyIteratorObject::class_ = {
finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
trace,
{
NULL, /* outerObject */
@ -1452,8 +1452,8 @@ Class GeneratorObject::class_ = {
generator_finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
generator_trace,
{
NULL, /* outerObject */

View File

@ -594,8 +594,8 @@ Class NormalArgumentsObject::class_ = {
ArgumentsObject::finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
ArgumentsObject::trace,
{
NULL, /* outerObject */
@ -625,8 +625,8 @@ Class StrictArgumentsObject::class_ = {
ArgumentsObject::finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
ArgumentsObject::trace,
{
NULL, /* outerObject */

View File

@ -1664,8 +1664,8 @@ Class Debugger::jsclass = {
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, Debugger::finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
Debugger::traceObject
};
@ -2702,8 +2702,8 @@ Class DebuggerScript_class = {
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
DebuggerScript_trace
};
@ -3554,8 +3554,8 @@ Class DebuggerSource_class = {
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
DebuggerSource_trace
};
@ -4339,8 +4339,8 @@ Class DebuggerObject_class = {
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
DebuggerObject_trace
};
@ -5141,8 +5141,8 @@ Class DebuggerEnv_class = {
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, NULL,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
DebuggerEnv_trace
};

View File

@ -223,8 +223,8 @@ Class RegExpObject::class_ = {
NULL, /* finalize */
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
regexp_trace
};

View File

@ -48,8 +48,8 @@ Class RegExpStaticsObject::class_ = {
resc_finalize,
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
resc_trace
};

View File

@ -608,8 +608,8 @@ Class WithObject::class_ = {
NULL, /* finalize */
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
NULL, /* trace */
JS_NULL_CLASS_EXT,
{

View File

@ -3455,8 +3455,8 @@ Class ArrayBufferObject::class_ = {
NULL, /* finalize */
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
ArrayBufferObject::obj_trace,
JS_NULL_CLASS_EXT,
{
@ -3618,8 +3618,8 @@ IMPL_TYPED_ARRAY_COMBINED_UNWRAPPERS(Float64, double, double)
NULL, /* finalize */ \
NULL, /* checkAccess */ \
NULL, /* call */ \
NULL, /* construct */ \
NULL, /* hasInstance */ \
NULL, /* construct */ \
ArrayBufferViewObject::trace, /* trace */ \
{ \
NULL, /* outerObject */ \
@ -3834,8 +3834,8 @@ Class DataViewObject::class_ = {
NULL, /* finalize */
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
NULL, /* hasInstance */
NULL, /* construct */
ArrayBufferViewObject::trace, /* trace */
JS_NULL_CLASS_EXT,
JS_NULL_OBJECT_OPS