/external/v8/test/webkit/ |
D | preventExtensions-expected.txt | 37 …ewProp: "Should not see this" }; o.newProp; threw exception TypeError: #<Object> is not extensible. 38 …ewProp: "Should not see this" }; o.newProp; threw exception TypeError: #<Object> is not extensible. 42 …[]); arr[0] = 42; arr[0] threw exception TypeError: Can't add property 0, object is not extensible.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | README.txt | 6 knowledge of special cases, and is extensible.
|
D | PKG-INFO | 15 knowledge of special cases, and is extensible.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | index.rst | 14 knowledge of special cases, and is extensible.
|
/external/protobuf/ |
D | README.android | 10 yet extensible format. Google uses Protocol Buffers for almost all
|
/external/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible.
|
/external/dbus/ |
D | README | 92 where the protocol is extensible. 135 are supportable over the long term and extensible where required.
|
/external/v8/src/js/ |
D | v8natives.js | 534 var extensible = %object_is_extensible(obj); 536 if (IS_UNDEFINED(current) && !extensible) {
|
/external/nanopb-c/docs/ |
D | concepts.rst | 265 The base message is declared as extensible by keyword *extensions* in 273 For each extensible message, *nanopb_generator.py* declares an additional
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | README.txt | 17 While the tool itself is implemented in Java, it has an extensible design that
|
/external/clang/docs/ |
D | ClangTools.rst | 109 linter tool. It provides an extensible framework for building compiler-based
|
/external/llvm/utils/lit/ |
D | TODO | 74 that isn't a very extensible design.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/ |
D | PKG-INFO | 15 knowledge of special cases, and is extensible.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CHANGELOG.md | 136 * Making OAuth2Decorator more extensible. Fixes Issue 256.
|
/external/valgrind/docs/internals/ |
D | xml-output.txt | 29 * Have an extensible output format, so that future changes to the
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
D | routing.rst | 11 webapp2 offers a powerful and extensible system to match and build URIs,
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 106 introduces a extensible mechanism for authenticating and authorizing
|
/external/curl/tests/ |
D | FILEFORMAT | 1 The test suite's file format is very simple and extensible, closely
|
/external/chromium-trace/catapult/third_party/webapp2/ |
D | CHANGES | 544 the routing system more extensible, while the default Route class sticks to
|
/external/pcre/dist/ |
D | pcre.h.generic | 373 such as way as to be extensible. Always add new fields at the end, in order to
|
D | pcre.h.in | 373 such as way as to be extensible. Always add new fields at the end, in order to
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 47 is dynamically extensible as the JIT runs.
|
/external/libogg/doc/ |
D | rfc5334.txt | 319 Ogg has an extensible structure, so that it is theoretically possible
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1061 of information for each name. We want to make the DWARF tables extensible and 1068 for each name. To keep things extensible, we create a list of items, or
|
/external/v8/src/ |
D | objects.cc | 6539 bool extensible = JSObject::IsExtensible(object); in OrdinaryDefineOwnProperty() local 6541 return ValidateAndApplyPropertyDescriptor(isolate, it, extensible, desc, in OrdinaryDefineOwnProperty() 6549 Isolate* isolate, bool extensible, PropertyDescriptor* desc, in IsCompatiblePropertyDescriptor() argument 6555 isolate, NULL, extensible, desc, current, should_throw, property_name); in IsCompatiblePropertyDescriptor() 6562 Isolate* isolate, LookupIterator* it, bool extensible, in ValidateAndApplyPropertyDescriptor() argument 6578 if (!extensible) { in ValidateAndApplyPropertyDescriptor() 7618 Maybe<bool> extensible = JSReceiver::IsExtensible(object); in TestIntegrityLevel() local 7619 MAYBE_RETURN(extensible, Nothing<bool>()); in TestIntegrityLevel() 7620 if (extensible.FromJust()) return Just(false); in TestIntegrityLevel()
|