mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
#372: merge changeset 299512
This commit is contained in:
parent
92b6a3b480
commit
c283022810
@ -689,6 +689,7 @@ class IonBuilder
|
||||
bool jsop_intrinsic(PropertyName* name);
|
||||
bool jsop_getimport(PropertyName* name);
|
||||
bool jsop_bindname(PropertyName* name);
|
||||
bool jsop_bindvar();
|
||||
bool jsop_getelem();
|
||||
bool jsop_getelem_dense(MDefinition* obj, MDefinition* index, JSValueType unboxedType);
|
||||
bool jsop_getelem_typed(MDefinition* obj, MDefinition* index, ScalarTypeDescr::Type arrayType);
|
||||
|
Loading…
Reference in New Issue
Block a user