Home | History | Annotate | Download | only in API

Lines Matching refs:staticValues

146         if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
147 if (staticValues->contains(propertyName.ustring().rep())) {
213 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
214 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep())) {
271 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
272 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep())) {
413 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
415 staticValues->end();
416 for (iterator it = staticValues->begin(); it != end; ++it) {
527 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec))
528 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep()))