/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 56 enumerable: true, property 79 enumerable: true, property 97 enumerable: true, property 115 enumerable: true, property 129 enumerable: true, property 294 enumerable: true, property 304 enumerable: true, property 331 enumerable: true, property 358 enumerable: true, property 371 enumerable: true, property [all …]
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 56 enumerable: true, property 79 enumerable: true, property 97 enumerable: true, property 115 enumerable: true, property 129 enumerable: true, property 294 enumerable: true, property 304 enumerable: true, property 331 enumerable: true, property 358 enumerable: true, property 371 enumerable: true, property [all …]
|
/external/v8/src/ |
D | property-descriptor.h | 73 bool enumerable() const { return enumerable_; } in enumerable() function 74 void set_enumerable(bool enumerable) { in set_enumerable() argument 75 enumerable_ = enumerable; in set_enumerable() 111 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
|
D | property-descriptor.cc | 138 isolate->heap()->ToBoolean(enumerable())); in ToObject() 153 isolate->heap()->ToBoolean(enumerable())); in ToObject() 174 factory->ToBoolean(enumerable())); in ToObject() 206 Handle<Object> enumerable; in ToPropertyDescriptor() local 209 &enumerable)) { in ToPropertyDescriptor() 213 if (!enumerable.is_null()) { in ToPropertyDescriptor() 214 desc->set_enumerable(enumerable->BooleanValue(isolate)); in ToPropertyDescriptor()
|
D | keys.cc | 133 if (!desc.enumerable()) { in FilterProxyKeys()
|
D | objects.cc | 1928 descriptor->set_enumerable(desc.enumerable()); in DefinePropertyWithInterceptorInternal() 2257 if (found.FromJust() && desc.enumerable()) { in SetOrCopyDataProperties() 7253 desc->enumerable() == current->enumerable()) && in ValidateAndApplyPropertyDescriptor() 7278 if (desc->has_enumerable() && desc->enumerable() != current->enumerable()) { in ValidateAndApplyPropertyDescriptor() 7378 attrs | (desc->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 7381 attrs | (current->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 9076 if (!did_get_descriptor.FromJust() || !descriptor.enumerable()) continue; in GetOwnValuesOrEntries()
|
D | api.cc | 4240 void v8::PropertyDescriptor::set_enumerable(bool enumerable) { in set_enumerable() argument 4241 private_->desc.set_enumerable(enumerable); in set_enumerable() 4244 bool v8::PropertyDescriptor::enumerable() const { in enumerable() function in v8::v8::PropertyDescriptor 4246 return private_->desc.enumerable(); in enumerable()
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-stmt.mm | 41 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} 47 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} 50 … in collection) // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} 54 … in collection) // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}}
|
/external/clang/test/Parser/ |
D | objc-forcollection-neg.m | 29 expected-error {{the type 'int *' is not a pointer to a fast-enumerable object}} 34 …for (id se in i) // expected-error {{the type 'int' is not a pointer to a fast-enumerable object}}
|
/external/v8/src/js/ |
D | intl.js | 470 enumerable: true}); property 523 enumerable: true, property 1044 enumerable: true, property 1048 enumerable: true, property 1052 enumerable: true, property 1059 enumerable: true, property 1063 enumerable: true, property 1067 enumerable: true, property
|
/external/v8/src/inspector/ |
D | injected-script-source.js | 315 descriptor.enumerable = false; 473 …ptors, { name: typedArrays[i], value: typedArrays[i + 1], isOwn: true, enumerable: false, configur… property 492 …{ name: "__proto__", value: proto, writable: true, configurable: true, enumerable: false, isOwn: t… property 921 enumerable: true, property
|
D | js_protocol.pdl | 996 boolean enumerable
|
/external/pdfium/testing/resources/javascript/ |
D | bug_679642.in | 108 enumerable: true
|
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 40 Node* enumerable, Node* configurable); 42 Node* enumerable, Node* configurable); 109 Node* enumerable, in ConstructAccessorDescriptor() argument 122 SelectBooleanConstant(enumerable)); in ConstructAccessorDescriptor() 133 Node* enumerable, in ConstructDataDescriptor() argument 147 SelectBooleanConstant(enumerable)); in ConstructDataDescriptor()
|
/external/v8/src/objects/ |
D | js-array-buffer.cc | 255 (desc->has_enumerable() && !desc->enumerable()) || in DefineOwnProperty()
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 164 Find(node->enumerable()); in VisitForInStatement() 958 PrintIndentedVisit("IN", node->enumerable()); in VisitForInStatement()
|
D | ast-traversal-visitor.h | 247 RECURSE(Visit(stmt->enumerable())); in VisitForInStatement()
|
D | ast.h | 598 Expression* enumerable() const { in enumerable() function
|
/external/v8/src/parsing/ |
D | parser-base.h | 5850 ExpressionT enumerable = impl()->NullExpression(); in ParseForEachStatementWithDeclarations() local 5853 enumerable = ParseAssignmentExpression(true, CHECK_OK); in ParseForEachStatementWithDeclarations() 5856 enumerable = ParseExpression(true, CHECK_OK); in ParseForEachStatementWithDeclarations() 5891 loop, each_variable, enumerable, body_block); in ParseForEachStatementWithDeclarations() 5928 ExpressionT enumerable = impl()->NullExpression(); in ParseForEachStatementWithoutDeclarations() local 5931 enumerable = ParseAssignmentExpression(true, CHECK_OK); in ParseForEachStatementWithoutDeclarations() 5934 enumerable = ParseExpression(true, CHECK_OK); in ParseForEachStatementWithoutDeclarations() 5947 return impl()->InitializeForEachStatement(loop, expression, enumerable, body); in ParseForEachStatementWithoutDeclarations()
|
/external/ImageMagick/www/assets/ |
D | magick.js | 6 …enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t… property
|
/external/v8/include/ |
D | v8.h | 4308 void set_enumerable(bool enumerable); 4309 bool enumerable() const;
|
/external/v8/ |
D | ChangeLog | 40882 Class methods should be non enumerable (issue 3330). 43398 Promise constructor should not be enumerable (Chromium issue 352597). 44692 Reverted making Intl non-enumerable. 49177 [ES5] Made properties of the arguments array enumerable. 50366 function is enumerable.
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1768 same. For a enumerable sequence of values, the ``XXXbegin()`` function (or
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2364 same. For a enumerable sequence of values, the ``XXXbegin()`` function (or
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|