Home | History | Annotate | Download | only in src

Lines Matching full:js_object

2867       JSObject* js_object = JSObject::cast(obj);
2868 if (js_object->HasDictionaryElements()) {
2869 NumberDictionary* dictionary = js_object->element_dictionary();
4774 JSObject* js_object = JSObject::cast(obj);
4778 js_object->LocalLookupRealNamedProperty(name, &result);