HomeSort by relevance Sort by last modified time
    Searched refs:accessor (Results 26 - 50 of 57) sorted by null

12 3

  /external/v8/test/mjsunit/regress/
regress-117409.js 45 // and the backing store. Debug mode will crash here in set_elements accessor.
regress-1184.js 39 // ...JS accessor traverses v8 runtime/JS boundary and
regress-1491.js 28 // Test that the Array length accessor correctly deals with non-array
regress-900.js 37 // Make sure we can't overwrite an accessor, but that the setter is
  /external/v8/test/mjsunit/
try-catch-extension-object.js 29 // objects so that __proto__ accessors and accessor setters in the
object-define-property.js 153 // Accessor properties
219 // Define an accessor that has only a setter.
311 // Try redefine again with accessor property - shold also fail.
335 // Make accessor - redefine to data
350 // Redefine back to accessor
364 // Make data - redefine to accessor
367 // Redefine to accessor property
393 // Redefinition of an accessor defined using __defineGetter__ and
413 // Redefine to accessor property (non configurable) - note that enumerable
526 // First, test that we are actually allowed to set the accessor if al
    [all...]
object-seal.js 116 // Since this is an accessor property the object is now effectively both
strict-mode.js 104 // Property accessor parameter named 'eval'.
107 // Property accessor parameter named 'arguments'.
    [all...]
array-sort.js 258 // Behavior of sort with accessors is undefined. This accessor is
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 56 * @param accessor accessor to obtain the GL state variable to modify
64 public TexImageTransform(IGLPropertyAccessor accessor, File textureData, GLEnum format,
66 mAccessor = accessor;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 57 int initApi(const char *driverLibName, const char *implLibName, T **dispatchTable, T *(*accessor)())
65 typedef T *(*createFcn_t)(void *, T *(*accessor)());
78 *dispatchTable = createFcn(implLib, accessor);
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 65 // Returns a property accessor used for attaching a TabContents to a
69 static PropertyAccessor<TabContents*> accessor; local
70 return &accessor;
  /external/v8/src/
elements.cc 62 // First argument in list is the accessor class, the second argument is the
63 // accessor ElementsKind, and the third is the backing store class. Use the
1257 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments); local
1282 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments); local
    [all...]
v8natives.js 472 // Is accessor descriptor.
591 // This is an accessor.
816 // Steps 9b & 12 - replacing an existing accessor property with a data
839 // Step 4b - defining a new accessor property.
840 // Steps 9c & 12 - replacing an existing data property with an accessor
842 // Step 12 - updating an existing accessor property with an accessor
    [all...]
factory.cc 977 ElementsAccessor* accessor = array->GetElementsAccessor(); local
    [all...]
objects.cc 60 ElementsAccessor* accessor = ElementsAccessor::ForKind(kind); local
61 PrintF(out, "%s", accessor->name());
4927 Object* accessor = local
5552 ElementsAccessor* accessor = array->GetElementsAccessor(); local
5570 ElementsAccessor* accessor = ElementsAccessor::ForArray(other); local
5954 Object* accessor = (component == ACCESSOR_GETTER) ? getter() : setter(); local
8490 ElementsAccessor* accessor = ElementsAccessor::ForKind(elements_kind); local
8538 ElementsAccessor* accessor = ElementsAccessor::ForKind(elements_kind); local
8921 ElementsAccessor* accessor = GetElementsAccessor(); local
    [all...]
mark-compact.cc 1857 HeapObject* accessor = HeapObject::cast(*slot); local
    [all...]
messages.js 31 // get an accessor for .message that constructs a descriptive error
230 "accessor_data_property", ["Object literal may not have data and accessor property with the same name"],
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 501 FillLayersPropertyWrapper(int prop, LayersGetter getter, LayersAccessor accessor)
504 , m_layersAccessor(accessor)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 221 Object with accessor methods implementation.
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 251 static PropertyAccessor<int> accessor; local
252 return &accessor;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 594 milliseconds

12 3