Lines Matching defs:cx

48 inline bool GetPrototype(JSContext* cx, JS::Handle<JSObject*> obj,  in GetPrototype()
64 inline bool IsExtensible(JSContext* cx, JS::Handle<JSObject*> obj, in IsExtensible()
86 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
95 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
109 inline bool GetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in GetProperty()
123 inline bool GetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in GetProperty()
130 inline bool GetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in GetProperty()
137 inline bool GetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in GetProperty()
144 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
155 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
162 inline bool GetElementLargeIndex(JSContext* cx, JS::Handle<JSObject*> obj, in GetElementLargeIndex()
180 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
193 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
199 inline bool GetElementNoGC(JSContext* cx, JSObject* obj, in GetElementNoGC()
241 JSContext* cx, JSObject* obj, JS::Symbol* symbol, in MaybeHasInterestingSymbolProperty()
264 JSContext* cx, JS::Handle<JSObject*> obj, JS::Symbol* sym, in GetInterestingSymbolProperty()
300 inline bool SetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in SetProperty()
312 inline bool SetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in SetProperty()
320 inline bool SetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in SetProperty()
328 inline bool SetProperty(JSContext* cx, JS::Handle<JSObject*> obj, in SetProperty()
337 inline bool SetElement(JSContext* cx, JS::Handle<JSObject*> obj, uint32_t index, in SetElement()
353 inline bool PutProperty(JSContext* cx, JS::Handle<JSObject*> obj, in PutProperty()
365 inline bool DeleteProperty(JSContext* cx, JS::Handle<JSObject*> obj, in DeleteProperty()
378 inline bool DeleteElement(JSContext* cx, JS::Handle<JSObject*> obj, in DeleteElement()