Home | History | Annotate | Download | only in js

Lines Matching refs:JSObject

469     typedef JSObject* InputObject;
486 JSObject* object = asObject(value);
500 JSObject* asInputObject(JSValue value)
518 JSObject* object = asObject(array);
532 JSValue getSparseIndex(JSObject* object, unsigned propertyName, bool& hasIndex)
543 JSValue getProperty(JSObject* object, const Identifier& propertyName, unsigned)
569 JSObject* obj = asObject(value);
585 void getPropertyNames(JSObject* object, Vector<PropertyNameArray, 16>& propertyStack)
618 bool startObject(JSObject* inObject, RefPtr<SerializedObject>)
629 void endObject(JSObject* inObject, RefPtr<SerializedObject>)
636 HashSet<JSObject*> m_cycleDetector;
652 typedef JSObject* OutputObject;
692 JSObject* createOutputObject()
778 void putProperty(JSObject* object, const RefPtr<StringImpl> propertyName, JSValue value)
792 bool startObject(RefPtr<SerializedObject>, JSObject* outObject)
797 void endObject(RefPtr<SerializedObject>, JSObject*)