Home
last modified time | relevance | path

Searched refs:slotBase (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/JavaScriptCore/runtime/
DPropertySlot.h100 void setValueSlot(JSValuePtr slotBase, JSValuePtr* valueSlot) in setValueSlot() argument
104 m_slotBase = slotBase; in setValueSlot()
108 void setValueSlot(JSValuePtr slotBase, JSValuePtr* valueSlot, size_t offset) in setValueSlot() argument
112 m_slotBase = slotBase; in setValueSlot()
134 void setCustom(JSValuePtr slotBase, GetValueFunc getValue) in setCustom() argument
136 ASSERT(slotBase); in setCustom()
139 m_slotBase = slotBase; in setCustom()
142 void setCustomIndex(JSValuePtr slotBase, unsigned index, GetValueFunc getValue) in setCustomIndex() argument
144 ASSERT(slotBase); in setCustomIndex()
147 m_slotBase = slotBase; in setCustomIndex()
[all …]
DRegExpConstructor.cpp231 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 1); in regExpConstructorDollar1()
236 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 2); in regExpConstructorDollar2()
241 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 3); in regExpConstructorDollar3()
246 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 4); in regExpConstructorDollar4()
251 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 5); in regExpConstructorDollar5()
256 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 6); in regExpConstructorDollar6()
261 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 7); in regExpConstructorDollar7()
266 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 8); in regExpConstructorDollar8()
271 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 9); in regExpConstructorDollar9()
276 return jsString(exec, asRegExpConstructor(slot.slotBase())->input()); in regExpConstructorInput()
[all …]
DRegExpObject.cpp76 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->global()); in regExpObjectGlobal()
81 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->ignoreCase()); in regExpObjectIgnoreCase()
86 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->multiline()); in regExpObjectMultiline()
91 return jsString(exec, asRegExpObject(slot.slotBase())->regExp()->pattern()); in regExpObjectSource()
96 return jsNumber(exec, asRegExpObject(slot.slotBase())->lastIndex()); in regExpObjectLastIndex()
DPropertySlot.cpp39 … return callData.native.function(exec, slot.m_data.getterFunc, slot.slotBase(), exec->emptyList()); in functionGetter()
42 …return static_cast<JSFunction*>(slot.m_data.getterFunc)->call(exec, slot.slotBase(), exec->emptyLi… in functionGetter()
DJSFunction.cpp87 JSFunction* thisObj = asFunction(slot.slotBase()); in argumentsGetter()
93 JSFunction* thisObj = asFunction(slot.slotBase()); in callerGetter()
99 JSFunction* thisObj = asFunction(slot.slotBase()); in lengthGetter()
/external/webkit/WebCore/bindings/js/
DJSDOMWindowBase.cpp367 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->allowsAccessFrom(exec)) in jsDOMWindowBaseEvent()
369 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->currentEvent()) in jsDOMWindowBaseEvent()
371 return toJS(exec, static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->currentEvent()); in jsDOMWindowBaseEvent()
376 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->allowsAccessFrom(exec)) in jsDOMWindowBaseImage()
378 …DOMConstructor<JSImageConstructor>(exec, static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))); in jsDOMWindowBaseImage()
392 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->allowsAccessFrom(exec)) in jsDOMWindowBaseMessageChannel()
394 …uctor<JSMessageChannelConstructor>(exec, static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))); in jsDOMWindowBaseMessageChannel()
401 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->allowsAccessFrom(exec)) in jsDOMWindowBaseOption()
403 …OMConstructor<JSOptionConstructor>(exec, static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))); in jsDOMWindowBaseOption()
408 if (!static_cast<JSDOMWindowBase*>(asObject(slot.slotBase()))->allowsAccessFrom(exec)) in jsDOMWindowBaseWebKitCSSMatrix()
[all …]
DJSRGBColor.cpp73 …return toJS(exec, CSSPrimitiveValue::create((static_cast<JSRGBColor*>(asObject(slot.slotBase()))->… in jsRGBColorRed()
78 …return toJS(exec, CSSPrimitiveValue::create((static_cast<JSRGBColor*>(asObject(slot.slotBase()))->… in jsRGBColorGreen()
83 …return toJS(exec, CSSPrimitiveValue::create(static_cast<JSRGBColor*>(asObject(slot.slotBase()))->i… in jsRGBColorBlue()
DJSNamedNodesCollection.cpp53 … JSNamedNodesCollection* thisObj = static_cast<JSNamedNodesCollection*>(asObject(slot.slotBase())); in lengthGetter()
59 … JSNamedNodesCollection *thisObj = static_cast<JSNamedNodesCollection*>(asObject(slot.slotBase())); in indexGetter()
DJSPluginElementFunctions.cpp66 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in runtimeObjectGetter()
74 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in runtimeObjectPropertyGetter()
DJSPluginCustom.cpp37 JSPlugin* thisObj = static_cast<JSPlugin*>(asObject(slot.slotBase())); in nameGetter()
DJSNamedNodeMapCustom.cpp46 JSNamedNodeMap* thisObj = static_cast<JSNamedNodeMap*>(asObject(slot.slotBase())); in nameGetter()
DJSMimeTypeArrayCustom.cpp38 JSMimeTypeArray* thisObj = static_cast<JSMimeTypeArray*>(asObject(slot.slotBase())); in nameGetter()
DJSPluginArrayCustom.cpp38 JSPluginArray* thisObj = static_cast<JSPluginArray*>(asObject(slot.slotBase())); in nameGetter()
DJSStyleSheetListCustom.cpp45 JSStyleSheetList* thisObj = static_cast<JSStyleSheetList*>(asObject(slot.slotBase())); in nameGetter()
DJSHTMLFrameSetElementCustom.cpp51 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in nameGetter()
DJSNodeListCustom.cpp61 JSNodeList* thisObj = static_cast<JSNodeList*>(asObject(slot.slotBase())); in nameGetter()
DJSHTMLFormElementCustom.cpp48 …rm = static_cast<HTMLFormElement*>(static_cast<JSHTMLElement*>(asObject(slot.slotBase()))->impl()); in nameGetter()
DJSStorageCustom.cpp46 JSStorage* thisObj = static_cast<JSStorage*>(asObject(slot.slotBase())); in nameGetter()
DJSCSSStyleDeclarationCustom.cpp132 JSCSSStyleDeclaration* thisObj = static_cast<JSCSSStyleDeclaration*>(asObject(slot.slotBase())); in nameGetter()
DJSEventTargetBase.h85 return static_cast<JS##specificEventTarget*>(slot.slotBase())->getListener(event); \
DJSHTMLDocumentCustom.cpp56 JSHTMLDocument* thisObj = static_cast<JSHTMLDocument*>(asObject(slot.slotBase())); in nameGetter()
/external/webkit/WebCore/bridge/
Druntime_array.cpp47 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); in lengthGetter()
53 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); in indexGetter()
Druntime_object.cpp71 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase())); in fallbackObjectGetter()
89 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase())); in fieldGetter()
108 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase())); in methodGetter()
Druntime_method.cpp52 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slot.slotBase())); in lengthGetter()
/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h434 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in staticValueGetter()
456 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in staticFunctionGetter()
481 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in callbackGetter()

12