mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1008059 - Fixing comments that still refer to no longer existing |CanEffectlesslyCallLookupGenericOnObject| symbol. r=bhackett
This commit is contained in:
parent
39e590b309
commit
40d3cd9bf7
@ -4028,8 +4028,8 @@ LookupPropertyInline(ExclusiveContext *cx,
|
||||
typename MaybeRooted<JSObject*, allowGC>::MutableHandleType objp,
|
||||
typename MaybeRooted<Shape*, allowGC>::MutableHandleType propp)
|
||||
{
|
||||
/* NB: The logic of this procedure is implicitly reflected in IonBuilder.cpp's
|
||||
* |CanEffectlesslyCallLookupGenericOnObject| logic.
|
||||
/* NB: The logic of this procedure is implicitly reflected in
|
||||
* BaselineIC.cpp's |EffectlesslyLookupProperty| logic.
|
||||
* If this changes, please remember to update the logic there as well.
|
||||
*/
|
||||
|
||||
@ -4089,9 +4089,8 @@ baseops::LookupProperty<NoGC>(ExclusiveContext *cx, JSObject *obj, jsid id,
|
||||
JSObject::lookupGeneric(JSContext *cx, HandleObject obj, js::HandleId id,
|
||||
MutableHandleObject objp, MutableHandleShape propp)
|
||||
{
|
||||
/*
|
||||
* NB: The logic of lookupGeneric is implicitly reflected in IonBuilder.cpp's
|
||||
* |CanEffectlesslyCallLookupGenericOnObject| logic.
|
||||
/* NB: The logic of lookupGeneric is implicitly reflected in
|
||||
* BaselineIC.cpp's |EffectlesslyLookupProperty| logic.
|
||||
* If this changes, please remember to update the logic there as well.
|
||||
*/
|
||||
LookupGenericOp op = obj->getOps()->lookupGeneric;
|
||||
|
Loading…
x
Reference in New Issue
Block a user