Searched refs:extensible (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/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/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/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 48 FXMEM_FoxitMgr* FXMEM_CreateMemoryMgr(size_t size, FX_BOOL extensible);
|
/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/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/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr_mini.cpp | 72 FXMEM_FoxitMgr* FXMEM_CreateMemoryMgr(size_t size, FX_BOOL extensible) in FXMEM_CreateMemoryMgr() argument 83 …Mgr* pFoxitMgr = pProxy->Initialize((FX_LPBYTE)pProxy + offsetSize, size - offsetSize, extensible); in FXMEM_CreateMemoryMgr()
|
/external/chromium_org/v8/src/ |
D | v8natives.js | 690 var extensible = %IsExtensible(ToObject(obj)); 694 if (IS_UNDEFINED(current) && !extensible) {
|
/external/llvm/utils/lit/ |
D | TODO | 74 that isn't a very extensible design.
|
/external/valgrind/main/docs/internals/ |
D | xml-output.txt | 29 * Have an extensible output format, so that future changes to the
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 112 introduces a extensible mechanism for authenticating and authorizing
|
/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
|
D | ChangeLog | 4692 extensible, and would also have required all calls to the original function to 5050 9. Added a new function, pcre_fullinfo() with an extensible interface. It can
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 47 is dynamically extensible as the JIT runs.
|
D | OCamlLangImpl6.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 | 2046 of information for each name. We want to make the DWARF tables extensible and 2053 for each name. To keep things extensible, we create a list of items, or
|
D | CodeGenerator.rst | 227 is the only class that is not extensible (you cannot derive a new class from
|
D | LangRef.rst | 33 being expressive, typed, and extensible at the same time. It aims to be
|
/external/libpcap/doc/ |
D | pcap.txt | 41 This format is extensible and it is currently proposed for
|
/external/chromium_org/v8/ |
D | ChangeLog | 190 Don't inline Array.shift() if receiver map is not extensible (Chromium 4562 Fixed incorrect value of assignments to non-extensible properties. 5654 Fixed mutable __proto__ property if object is not extensible
|