OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propertyGetter
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Lookup.h
86
GetFunction
propertyGetter
() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; }
200
slot.setCacheableCustom(thisObj, entry->
propertyGetter
());
217
slot.setCustom(thisObj, entry->
propertyGetter
());
277
slot.setCacheableCustom(thisObj, entry->
propertyGetter
());
295
slot.setCustom(thisObj, entry->
propertyGetter
());
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.h
72
static JSC::JSValue
propertyGetter
(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
JSNPObject.cpp
240
slot.setCustom(this,
propertyGetter
);
265
slot.setCustom(this,
propertyGetter
);
364
JSValue JSNPObject::
propertyGetter
(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
/external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp
150
if (entry && !(entry->attributes() & Function) && entry->
propertyGetter
() == jsDOMWindowClosed) {
151
slot.setCustom(this, entry->
propertyGetter
());
223
slot.setCustom(this, entry->
propertyGetter
());
293
if (entry && !(entry->attributes() & Function) && entry->
propertyGetter
() == jsDOMWindowClosed) {
311
slot.setCustom(this, entry->
propertyGetter
());
Completed in 653 milliseconds