Home | History | Annotate | Download | only in js

Lines Matching refs:imp

40     HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
41 return jsNumber(imp->length());
46 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
59 imp->setLength(newLength, ec);
65 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
66 HTMLSelectElement* base = static_cast<HTMLSelectElement*>(imp->base());
72 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
76 imp->add(option, ec);
85 imp->add(option, index, ec);
93 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
94 JSHTMLSelectElement* base = static_cast<JSHTMLSelectElement*>(asObject(toJS(exec, globalObject(), imp->base())));