Home
last modified time | relevance | path

Searched refs:extensible (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/test/webkit/
DpreventExtensions-expected.txt37 …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/
DREADME.txt6 knowledge of special cases, and is extensible.
DPKG-INFO15 knowledge of special cases, and is extensible.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dindex.rst14 knowledge of special cases, and is extensible.
/external/protobuf/
DREADME.android10 yet extensible format. Google uses Protocol Buffers for almost all
/external/llvm/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
/external/dbus/
DREADME92 where the protocol is extensible.
135 are supportable over the long term and extensible where required.
/external/v8/src/js/
Dv8natives.js534 var extensible = %object_is_extensible(obj);
536 if (IS_UNDEFINED(current) && !extensible) {
/external/nanopb-c/docs/
Dconcepts.rst265 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/
DREADME.txt17 While the tool itself is implemented in Java, it has an extensible design that
/external/clang/docs/
DClangTools.rst109 linter tool. It provides an extensible framework for building compiler-based
/external/llvm/utils/lit/
DTODO74 that isn't a very extensible design.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DPKG-INFO15 knowledge of special cases, and is extensible.
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
DCHANGELOG.md136 * Making OAuth2Decorator more extensible. Fixes Issue 256.
/external/valgrind/docs/internals/
Dxml-output.txt29 * Have an extensible output format, so that future changes to the
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Drouting.rst11 webapp2 offers a powerful and extensible system to match and build URIs,
/external/wpa_supplicant_8/hostapd/
DREADME106 introduces a extensible mechanism for authenticating and authorizing
/external/curl/tests/
DFILEFORMAT1 The test suite's file format is very simple and extensible, closely
/external/chromium-trace/catapult/third_party/webapp2/
DCHANGES544 the routing system more extensible, while the default Route class sticks to
/external/pcre/dist/
Dpcre.h.generic373 such as way as to be extensible. Always add new fields at the end, in order to
Dpcre.h.in373 such as way as to be extensible. Always add new fields at the end, in order to
/external/llvm/docs/tutorial/
DLangImpl6.rst47 is dynamically extensible as the JIT runs.
/external/libogg/doc/
Drfc5334.txt319 Ogg has an extensible structure, so that it is theoretically possible
/external/llvm/docs/
DSourceLevelDebugging.rst1061 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/
Dobjects.cc6539 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()

12