/external/webkit/JavaScriptCore/runtime/ |
D | PropertySlot.h | 100 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 …]
|
D | RegExpConstructor.cpp | 231 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 …]
|
D | RegExpObject.cpp | 76 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()
|
D | PropertySlot.cpp | 39 … 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()
|
D | JSFunction.cpp | 87 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/ |
D | JSDOMWindowBase.cpp | 367 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 …]
|
D | JSRGBColor.cpp | 73 …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()
|
D | JSNamedNodesCollection.cpp | 53 … JSNamedNodesCollection* thisObj = static_cast<JSNamedNodesCollection*>(asObject(slot.slotBase())); in lengthGetter() 59 … JSNamedNodesCollection *thisObj = static_cast<JSNamedNodesCollection*>(asObject(slot.slotBase())); in indexGetter()
|
D | JSPluginElementFunctions.cpp | 66 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in runtimeObjectGetter() 74 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in runtimeObjectPropertyGetter()
|
D | JSPluginCustom.cpp | 37 JSPlugin* thisObj = static_cast<JSPlugin*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSNamedNodeMapCustom.cpp | 46 JSNamedNodeMap* thisObj = static_cast<JSNamedNodeMap*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSMimeTypeArrayCustom.cpp | 38 JSMimeTypeArray* thisObj = static_cast<JSMimeTypeArray*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSPluginArrayCustom.cpp | 38 JSPluginArray* thisObj = static_cast<JSPluginArray*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSStyleSheetListCustom.cpp | 45 JSStyleSheetList* thisObj = static_cast<JSStyleSheetList*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSHTMLFrameSetElementCustom.cpp | 51 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSNodeListCustom.cpp | 61 JSNodeList* thisObj = static_cast<JSNodeList*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSHTMLFormElementCustom.cpp | 48 …rm = static_cast<HTMLFormElement*>(static_cast<JSHTMLElement*>(asObject(slot.slotBase()))->impl()); in nameGetter()
|
D | JSStorageCustom.cpp | 46 JSStorage* thisObj = static_cast<JSStorage*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSCSSStyleDeclarationCustom.cpp | 132 JSCSSStyleDeclaration* thisObj = static_cast<JSCSSStyleDeclaration*>(asObject(slot.slotBase())); in nameGetter()
|
D | JSEventTargetBase.h | 85 return static_cast<JS##specificEventTarget*>(slot.slotBase())->getListener(event); \
|
D | JSHTMLDocumentCustom.cpp | 56 JSHTMLDocument* thisObj = static_cast<JSHTMLDocument*>(asObject(slot.slotBase())); in nameGetter()
|
/external/webkit/WebCore/bridge/ |
D | runtime_array.cpp | 47 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); in lengthGetter() 53 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); in indexGetter()
|
D | runtime_object.cpp | 71 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()
|
D | runtime_method.cpp | 52 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slot.slotBase())); in lengthGetter()
|
/external/webkit/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 434 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in staticValueGetter() 456 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in staticFunctionGetter() 481 JSCallbackObject* thisObj = asCallbackObject(slot.slotBase()); in callbackGetter()
|