tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / WebCore / JSPositionError.cpp
1 /*
2     This file is part of the WebKit open source project.
3     This file has been generated by generate-bindings.pl. DO NOT MODIFY!
4
5     This library is free software; you can redistribute it and/or
6     modify it under the terms of the GNU Library General Public
7     License as published by the Free Software Foundation; either
8     version 2 of the License, or (at your option) any later version.
9
10     This library is distributed in the hope that it will be useful,
11     but WITHOUT ANY WARRANTY; without even the implied warranty of
12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13     Library General Public License for more details.
14
15     You should have received a copy of the GNU Library General Public License
16     along with this library; see the file COPYING.LIB.  If not, write to
17     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18     Boston, MA 02110-1301, USA.
19 */
20
21 #include "config.h"
22
23 #if ENABLE(GEOLOCATION)
24
25 #include "JSPositionError.h"
26
27 #include "KURL.h"
28 #include "PositionError.h"
29 #include <runtime/JSString.h>
30 #include <wtf/GetPtr.h>
31
32 using namespace JSC;
33
34 namespace WebCore {
35
36 ASSERT_CLASS_FITS_IN_CELL(JSPositionError);
37
38 /* Hash table */
39 #if ENABLE(JIT)
40 #define THUNK_GENERATOR(generator) , generator
41 #else
42 #define THUNK_GENERATOR(generator)
43 #endif
44 #if ENABLE(DFG_JIT)
45 #define INTRINSIC(intrinsic) , intrinsic
46 #else
47 #define INTRINSIC(intrinsic)
48 #endif
49
50 static const HashTableValue JSPositionErrorTableValues[] =
51 {
52     { "code", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorCode), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
53     { "message", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorMessage), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
54     { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorConstructor), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
55     { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
56 };
57
58 #undef THUNK_GENERATOR
59 static const HashTable JSPositionErrorTable = { 9, 7, JSPositionErrorTableValues, 0 };
60 /* Hash table for constructor */
61 #if ENABLE(JIT)
62 #define THUNK_GENERATOR(generator) , generator
63 #else
64 #define THUNK_GENERATOR(generator)
65 #endif
66 #if ENABLE(DFG_JIT)
67 #define INTRINSIC(intrinsic) , intrinsic
68 #else
69 #define INTRINSIC(intrinsic)
70 #endif
71
72 static const HashTableValue JSPositionErrorConstructorTableValues[] =
73 {
74     { "PERMISSION_DENIED", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorPERMISSION_DENIED), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
75     { "POSITION_UNAVAILABLE", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorPOSITION_UNAVAILABLE), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
76     { "TIMEOUT", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorTIMEOUT), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
77     { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
78 };
79
80 #undef THUNK_GENERATOR
81 static const HashTable JSPositionErrorConstructorTable = { 9, 7, JSPositionErrorConstructorTableValues, 0 };
82
83 COMPILE_ASSERT(1 == PositionError::PERMISSION_DENIED, PositionErrorEnumPERMISSION_DENIEDIsWrongUseDontCheckEnums);
84 COMPILE_ASSERT(2 == PositionError::POSITION_UNAVAILABLE, PositionErrorEnumPOSITION_UNAVAILABLEIsWrongUseDontCheckEnums);
85 COMPILE_ASSERT(3 == PositionError::TIMEOUT, PositionErrorEnumTIMEOUTIsWrongUseDontCheckEnums);
86
87 const ClassInfo JSPositionErrorConstructor::s_info = { "PositionErrorConstructor", &DOMConstructorObject::s_info, &JSPositionErrorConstructorTable, 0, CREATE_METHOD_TABLE(JSPositionErrorConstructor) };
88
89 JSPositionErrorConstructor::JSPositionErrorConstructor(Structure* structure, JSDOMGlobalObject* globalObject)
90     : DOMConstructorObject(structure, globalObject)
91 {
92 }
93
94 void JSPositionErrorConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject)
95 {
96     Base::finishCreation(exec->globalData());
97     ASSERT(inherits(&s_info));
98     putDirect(exec->globalData(), exec->propertyNames().prototype, JSPositionErrorPrototype::self(exec, globalObject), DontDelete | ReadOnly);
99 }
100
101 bool JSPositionErrorConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
102 {
103     return getStaticValueSlot<JSPositionErrorConstructor, JSDOMWrapper>(exec, &JSPositionErrorConstructorTable, static_cast<JSPositionErrorConstructor*>(cell), propertyName, slot);
104 }
105
106 bool JSPositionErrorConstructor::getOwnPropertyDescriptor(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
107 {
108     return getStaticValueDescriptor<JSPositionErrorConstructor, JSDOMWrapper>(exec, &JSPositionErrorConstructorTable, static_cast<JSPositionErrorConstructor*>(object), propertyName, descriptor);
109 }
110
111 /* Hash table for prototype */
112 #if ENABLE(JIT)
113 #define THUNK_GENERATOR(generator) , generator
114 #else
115 #define THUNK_GENERATOR(generator)
116 #endif
117 #if ENABLE(DFG_JIT)
118 #define INTRINSIC(intrinsic) , intrinsic
119 #else
120 #define INTRINSIC(intrinsic)
121 #endif
122
123 static const HashTableValue JSPositionErrorPrototypeTableValues[] =
124 {
125     { "PERMISSION_DENIED", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorPERMISSION_DENIED), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
126     { "POSITION_UNAVAILABLE", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorPOSITION_UNAVAILABLE), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
127     { "TIMEOUT", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsPositionErrorTIMEOUT), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
128     { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
129 };
130
131 #undef THUNK_GENERATOR
132 static const HashTable JSPositionErrorPrototypeTable = { 9, 7, JSPositionErrorPrototypeTableValues, 0 };
133 const ClassInfo JSPositionErrorPrototype::s_info = { "PositionErrorPrototype", &JSC::JSNonFinalObject::s_info, &JSPositionErrorPrototypeTable, 0, CREATE_METHOD_TABLE(JSPositionErrorPrototype) };
134
135 JSObject* JSPositionErrorPrototype::self(ExecState* exec, JSGlobalObject* globalObject)
136 {
137     return getDOMPrototype<JSPositionError>(exec, globalObject);
138 }
139
140 bool JSPositionErrorPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
141 {
142     JSPositionErrorPrototype* thisObject = jsCast<JSPositionErrorPrototype*>(cell);
143     return getStaticValueSlot<JSPositionErrorPrototype, JSObject>(exec, &JSPositionErrorPrototypeTable, thisObject, propertyName, slot);
144 }
145
146 bool JSPositionErrorPrototype::getOwnPropertyDescriptor(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
147 {
148     JSPositionErrorPrototype* thisObject = jsCast<JSPositionErrorPrototype*>(object);
149     return getStaticValueDescriptor<JSPositionErrorPrototype, JSObject>(exec, &JSPositionErrorPrototypeTable, thisObject, propertyName, descriptor);
150 }
151
152 const ClassInfo JSPositionError::s_info = { "PositionError", &JSDOMWrapper::s_info, &JSPositionErrorTable, 0 , CREATE_METHOD_TABLE(JSPositionError) };
153
154 JSPositionError::JSPositionError(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<PositionError> impl)
155     : JSDOMWrapper(structure, globalObject)
156     , m_impl(impl.leakRef())
157 {
158 }
159
160 void JSPositionError::finishCreation(JSGlobalData& globalData)
161 {
162     Base::finishCreation(globalData);
163     ASSERT(inherits(&s_info));
164 }
165
166 JSObject* JSPositionError::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
167 {
168     return JSPositionErrorPrototype::create(exec->globalData(), globalObject, JSPositionErrorPrototype::createStructure(globalObject->globalData(), globalObject, globalObject->objectPrototype()));
169 }
170
171 bool JSPositionError::getOwnPropertySlot(JSCell* cell, ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
172 {
173     JSPositionError* thisObject = jsCast<JSPositionError*>(cell);
174     ASSERT_GC_OBJECT_INHERITS(thisObject, &s_info);
175     return getStaticValueSlot<JSPositionError, Base>(exec, &JSPositionErrorTable, thisObject, propertyName, slot);
176 }
177
178 bool JSPositionError::getOwnPropertyDescriptor(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
179 {
180     JSPositionError* thisObject = jsCast<JSPositionError*>(object);
181     ASSERT_GC_OBJECT_INHERITS(thisObject, &s_info);
182     return getStaticValueDescriptor<JSPositionError, Base>(exec, &JSPositionErrorTable, thisObject, propertyName, descriptor);
183 }
184
185 JSValue jsPositionErrorCode(ExecState* exec, JSValue slotBase, const Identifier&)
186 {
187     JSPositionError* castedThis = static_cast<JSPositionError*>(asObject(slotBase));
188     UNUSED_PARAM(exec);
189     PositionError* imp = static_cast<PositionError*>(castedThis->impl());
190     JSValue result = jsNumber(imp->code());
191     return result;
192 }
193
194
195 JSValue jsPositionErrorMessage(ExecState* exec, JSValue slotBase, const Identifier&)
196 {
197     JSPositionError* castedThis = static_cast<JSPositionError*>(asObject(slotBase));
198     UNUSED_PARAM(exec);
199     PositionError* imp = static_cast<PositionError*>(castedThis->impl());
200     JSValue result = jsString(exec, imp->message());
201     return result;
202 }
203
204
205 JSValue jsPositionErrorConstructor(ExecState* exec, JSValue slotBase, const Identifier&)
206 {
207     JSPositionError* domObject = static_cast<JSPositionError*>(asObject(slotBase));
208     return JSPositionError::getConstructor(exec, domObject->globalObject());
209 }
210
211 JSValue JSPositionError::getConstructor(ExecState* exec, JSGlobalObject* globalObject)
212 {
213     return getDOMConstructor<JSPositionErrorConstructor>(exec, static_cast<JSDOMGlobalObject*>(globalObject));
214 }
215
216 // Constant getters
217
218 JSValue jsPositionErrorPERMISSION_DENIED(ExecState* exec, JSValue, const Identifier&)
219 {
220     UNUSED_PARAM(exec);
221     return jsNumber(static_cast<int>(1));
222 }
223
224 JSValue jsPositionErrorPOSITION_UNAVAILABLE(ExecState* exec, JSValue, const Identifier&)
225 {
226     UNUSED_PARAM(exec);
227     return jsNumber(static_cast<int>(2));
228 }
229
230 JSValue jsPositionErrorTIMEOUT(ExecState* exec, JSValue, const Identifier&)
231 {
232     UNUSED_PARAM(exec);
233     return jsNumber(static_cast<int>(3));
234 }
235
236 static inline bool isObservable(JSPositionError* jsPositionError)
237 {
238     if (jsPositionError->hasCustomProperties())
239         return true;
240     return false;
241 }
242
243 bool JSPositionErrorOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown> handle, void*, SlotVisitor& visitor)
244 {
245     JSPositionError* jsPositionError = static_cast<JSPositionError*>(handle.get().asCell());
246     if (!isObservable(jsPositionError))
247         return false;
248     UNUSED_PARAM(visitor);
249     return false;
250 }
251
252 void JSPositionErrorOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context)
253 {
254     JSPositionError* jsPositionError = static_cast<JSPositionError*>(handle.get().asCell());
255     DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context);
256     uncacheWrapper(world, jsPositionError->impl(), jsPositionError);
257     jsPositionError->releaseImpl();
258 }
259
260 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, PositionError* impl)
261 {
262     return wrap<JSPositionError>(exec, globalObject, impl);
263 }
264
265 PositionError* toPositionError(JSC::JSValue value)
266 {
267     return value.inherits(&JSPositionError::s_info) ? static_cast<JSPositionError*>(asObject(value))->impl() : 0;
268 }
269
270 }
271
272 #endif // ENABLE(GEOLOCATION)