HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 251 - 275 of 441) sorted by null

<<1112131415161718

  /external/v8/src/
objects.cc 185 MaybeObject* value = (callback->getter)(receiver, callback->data);
193 Object* fun_obj = data->getter();
217 Object* getter = FixedArray::cast(structure)->get(kGetterIndex); local
218 if (getter->IsJSFunction()) {
220 JSFunction::cast(getter));
222 // Getter is not a function.
232 JSFunction* getter) {
234 Handle<JSFunction> fun(JSFunction::cast(getter));
238 // Handle stepping into a getter if step into is active.
2330 v8::NamedPropertyGetter getter = local
7105 v8::IndexedPropertyGetter getter = local
7330 Object* getter = FixedArray::cast(structure)->get(kGetterIndex); local
7739 v8::IndexedPropertyGetter getter = local
8088 v8::NamedPropertyGetter getter = local
    [all...]
api.cc 895 AccessorGetter getter,
901 ASSERT(getter != NULL);
902 SET_FIELD_WRAPPED(obj, set_getter, getter);
917 AccessorGetter getter,
931 getter, setter, data,
    [all...]
v8natives.js 254 return %LookupAccessor(ToObject(this), ToString(name), GETTER);
699 %DefineOrRedefineAccessorProperty(obj, p, GETTER, current.getGet(), flag);
708 %DefineOrRedefineAccessorProperty(obj, p, GETTER, desc.getGet(), flag);
    [all...]
  /external/v8/test/test262/
test262.status     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 68 Getter = 1 << 5, // property is a getter
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 564 v8::Handle<v8::Value> getter(v8::Local<v8::String> property, const v8::AccessorInfo& info) function in namespace:WebCore
588 m_document->SetAccessor(v8String(name), getter); local
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 173 getter raises(DOMException);
175 getter raises(DOMException);
    [all...]
  /frameworks/compile/slang/
README.html 476 <p>You can bind the struct(e.g., Point), using the setter and getter
498 // The getter of Item array, which gets the *index*-th element
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 719 EnumerationGetter getter(e, &status);
720 jobject result = toStringArray16(env, &counter, &getter);
    [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 50 * the stored procedure. The values are retrieved using the getter methods
787 * type that will be returned by the getter methods of
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 1703 PropertySlot::GetValueFunc getter = reinterpret_cast<PropertySlot::GetValueFunc>(stackFrame.args[1].asPointer); local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm     [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 796 // synchronized between this getter and the following setter
805 // synchronized between this getter and the following setter
814 // synchronized between this getter and the following setter
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 285 " by id. we need getter method to complete this test case.")
GalleryTest.java 139 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly. "
  /dalvik/vm/compiler/
Frontend.cpp 210 * - is getter/setter?
239 * getter will also do. Clear the bits if the behavior is discovered
376 attributes & METHOD_IS_GETTER ? "getter": "setter");
380 LOGE("%s%s is inlinable non setter/getter", method->clazz->descriptor,
    [all...]
  /external/bluetooth/glib/gobject/
gobject.h 262 * @get_property: the generic getter for all properties of this type. Should be
  /external/chromium/chrome/browser/profiles/
profile.cc 177 // getter. chromeos::OnlineAttempt is illegally trying to access this
  /external/chromium/net/spdy/
spdy_session_unittest.cc 15 // TODO(cbentzel): Expose compression setter/getter in public SpdySession
  /external/icu4c/common/unicode/
utrace.h 101 * Getter for the trace level.
  /external/javassist/tutorial/
tutorial.html 310 For example, suppose that a new method <code>getter()</code> is added
313 method call to <code>getter()</code> in <code>Point</code> and use the
317 to <code>getter()</code>. Note that the original class definition does
318 not include <code>getter()</code>. Therefore, to correctly compile
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 235 //change the config, and use different address getter, and place index vs color, and add the color table
  /external/v8/include/
v8-debug.h 380 * messages are being dispatched. This is an explicit getter for this

Completed in 1067 milliseconds

<<1112131415161718