HomeSort by relevance Sort by last modified time
    Searched refs:getter (Results 276 - 300 of 330) sorted by null

<<11121314

  /external/v8/src/
api.cc     [all...]
mirror-debugger.js 1182 * Returns whether this property has a getter defined through __defineGetter__.
1183 * @return {booolean} True if this property has a getter
1200 * Returns the getter for this property defined through __defineGetter__.
1201 * @return {Mirror} FunctionMirror reflecting the getter function or
1202 * UndefinedMirror if there is no getter for this property
1204 PropertyMirror.prototype.getter = function() {
    [all...]
ic.cc 414 return !object->GetNamedInterceptor()->getter()->IsUndefined();
422 // without actual getter.
    [all...]
messages.js 170 "no_setter_in_callback", ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],
178 "getter_must_be_callable", ["Getter must be a function: ", "%0"],
762 var getter = function() {
774 %DefineOrRedefineAccessorProperty(obj, name, getter, setter, DONT_ENUM);
    [all...]
ast.h 1371 Expression* getter; member in struct:v8::internal::ObjectLiteral::Accessors
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjC.cpp 549 /// evaluation for the getter.
630 // emission for the getter.
710 /// \brief Generate an Objective-C property getter function.
720 assert(OMD && "Invalid call to generate getter (empty method)");
729 const Expr *getter = propImpl->getGetterCXXConstructor(); local
730 if (!getter) return true;
738 if (getter->isGLValue())
742 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
747 assert(isa<ExprWithCleanups>(getter));
    [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/src/
gtest-internal-inl.h 917 // Sets the OS stack trace getter.
919 // Does nothing if the input and the current OS stack trace getter
920 // are the same; otherwise, deletes the old getter and makes the
921 // input the current getter.
922 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
924 // Returns the current OS stack trace getter if it is not NULL;
926 // getter, and returns it.
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 580 // Sets the OS stack trace getter.
582 // Does nothing if the input and the current OS stack trace getter
583 // are the same; otherwise, deletes the old getter and makes the
584 // input the current getter.
585 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
587 // Returns the current OS stack trace getter if it is not NULL;
589 // getter, and returns it.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 586 // Sets the OS stack trace getter.
588 // Does nothing if the input and the current OS stack trace getter
589 // are the same; otherwise, deletes the old getter and makes the
590 // input the current getter.
591 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
593 // Returns the current OS stack trace getter if it is not NULL;
595 // getter, and returns it.
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 830 // Sets the OS stack trace getter.
832 // Does nothing if the input and the current OS stack trace getter
833 // are the same; otherwise, deletes the old getter and makes the
834 // input the current getter.
835 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
837 // Returns the current OS stack trace getter if it is not NULL;
839 // getter, and returns it.
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 826 // Sets the OS stack trace getter.
828 // Does nothing if the input and the current OS stack trace getter
829 // are the same; otherwise, deletes the old getter and makes the
830 // input the current getter.
831 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
833 // Returns the current OS stack trace getter if it is not NULL;
835 // getter, and returns it.
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 173 getter raises(DOMException);
175 getter raises(DOMException);
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 604 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
605 getEntityInfo(Getter, GetterEntity, SA);
606 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
608 DInfo.ObjCPropDeclInfo.getter = 0;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 659 int column, T defaultValue, CursorGetter<T> getter) {
667 return getter.get(c, column);
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 548 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 532 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 715 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 705 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 

Completed in 2190 milliseconds

<<11121314