Searched defs:getterFunction (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.cpp84 void DebuggerActivation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
86 m_activation->defineGetter(exec, propertyName, getterFunction, attributes);
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp128 void JSDOMWindowShell::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
130 m_window->defineGetter(exec, propertyName, getterFunction, attributes);
H A DJSLocationCustom.cpp171 void JSLocation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
175 Base::defineGetter(exec, propertyName, getterFunction, attributes);
282 void JSLocationPrototype::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
286 Base::defineGetter(exec, propertyName, getterFunction, attributes);
H A DJSDOMWindowCustom.cpp395 void JSDOMWindow::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
405 Base::defineGetter(exec, propertyName, getterFunction, attributes);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp313 void JSObject::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) argument
318 asGetterSetter(object)->setGetter(exec->globalData(), getterFunction);
336 getterSetter->setGetter(globalData, getterFunction);
562 if (JSObject* getterFunction = asGetterSetter(location->get())->getter()) {
564 slot.setCacheableGetterSlot(this, getterFunction, offsetForLocation(location));
566 slot.setGetterSlot(getterFunction);
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1249 const v8::HeapGraphNode* getterFunction = local
1251 CHECK_NE(NULL, getterFunction);

Completed in 300 milliseconds