Searched defs:getter (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/swig-10/Lib/chicken/
H A Dswigclosprefix.scm
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DGetterSetter.h58 JSObject* getter() const { return m_getter.get(); } function in class:JSC::GetterSetter
59 void setGetter(VM& vm, JSObject* getter) { m_getter.setMayBeNull(vm, this, getter); } argument
H A DPropertyDescriptor.cpp75 JSValue PropertyDescriptor::getter() const function in class:JSC::PropertyDescriptor
163 void PropertyDescriptor::setGetter(JSValue getter) argument
H A DSparseArrayValueMap.cpp135 JSObject* getter = asGetterSetter(value)->getter(); local
[all...]
H A DJSObject.cpp1666 JSObject* getter = 0; local
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-multi-link/
H A Dmain.c37 typedef int (*getter)(void); typedef
/macosx-10.9.5/bash-92/bash-3.2/
H A Dinput.h83 sh_cget_func_t *getter; member in struct:__anon6377
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_object_property.py225 def getter(self): function in function:TestObjectProperty.testDynamic
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Dparser.rb191 def getter(uri, tag_name) method in class:BaseListener
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java646 checkCursor(EntityCursor<T> cursor, Collection<T> collection, boolean collectionIsKeySet, List<List<Integer>> expected, Getter<T> getter) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocdispnames.cpp349 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py38 def getter(object): function in function:_dynamic_getter
224 def getter(self, function): member in class:object_property
/macosx-10.9.5/swig-10/Source/Modules/
H A Dpike.cxx804 String *getter = Swig_name_member(getClassPrefix(), (char *) "`->"); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess32_64.cpp72 unsigned getter = currentInstruction[3].u.operand; local
H A DJITStubs.cpp1740 PropertySlot::GetValueFunc getter = reinterpret_cast<PropertySlot::GetValueFunc>(stackFrame.args[1].asPointer); local
3447 JSValue getter = stackFrame.args[2].jsValue(); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp1181 JSValue getter = LLINT_OP(3).jsValue(); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DExtensionAPI.js839 function getter() function in function:defineDeprecatedProperty
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp827 FillLayersPropertyWrapper(CSSPropertyID prop, LayersGetter getter, LayersAccessor accessor) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOperations.cpp573 JSObject* getter = getterSetter->getter(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp1474 void BytecodeGenerator::emitPutGetterSetter(RegisterID* base, const Identifier& property, RegisterID* getter, RegisterID* setter) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dvariable.c418 gvar_getter_t *getter; member in struct:global_variable
575 rb_define_hooked_variable( const char *name, VALUE *var, VALUE (*getter)(ANYARGS), void (*setter)(ANYARGS)) argument
606 rb_define_virtual_variable( const char *name, VALUE (*getter)(ANYARGS), void (*setter)(ANYARGS)) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest.cc4424 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument

Completed in 247 milliseconds