Home
last modified time | relevance | path

Searched refs:enumerable (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js56 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/
Dcanvas2dcontext.js56 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/
Dproperty-descriptor.h73 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()
Dproperty-descriptor.cc138 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()
Dkeys.cc133 if (!desc.enumerable()) { in FilterProxyKeys()
Dobjects.cc1928 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()
Dapi.cc4240 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/
Dinstantiate-stmt.mm41 // 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/
Dobjc-forcollection-neg.m29 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/
Dintl.js470 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/
Dinjected-script-source.js315 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
Djs_protocol.pdl996 boolean enumerable
/external/pdfium/testing/resources/javascript/
Dbug_679642.in108 enumerable: true
/external/v8/src/builtins/
Dbuiltins-object-gen.cc40 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/
Djs-array-buffer.cc255 (desc->has_enumerable() && !desc->enumerable()) || in DefineOwnProperty()
/external/v8/src/ast/
Dprettyprinter.cc164 Find(node->enumerable()); in VisitForInStatement()
958 PrintIndentedVisit("IN", node->enumerable()); in VisitForInStatement()
Dast-traversal-visitor.h247 RECURSE(Visit(stmt->enumerable())); in VisitForInStatement()
Dast.h598 Expression* enumerable() const { in enumerable() function
/external/v8/src/parsing/
Dparser-base.h5850 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/
Dmagick.js6enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t… property
/external/v8/include/
Dv8.h4308 void set_enumerable(bool enumerable);
4309 bool enumerable() const;
/external/v8/
DChangeLog40882 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/
DProgrammersManual.rst1768 same. For a enumerable sequence of values, the ``XXXbegin()`` function (or
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst2364 same. For a enumerable sequence of values, the ``XXXbegin()`` function (or
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12