OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallbackObjectGetter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bridge/
runtime_object.h
73
static JSValue
fallbackObjectGetter
(ExecState*, JSValue, const Identifier&);
runtime_object.cpp
60
JSValue RuntimeObject::
fallbackObjectGetter
(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
148
slot.setCustom(this,
fallbackObjectGetter
);
196
slot.setCustom(this,
fallbackObjectGetter
);
Completed in 12 milliseconds