Home
last modified time | relevance | path

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

/external/chromium_org/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/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/pdfium/core/include/fxcrt/
Dfx_memory.h48 FXMEM_FoxitMgr* FXMEM_CreateMemoryMgr(size_t size, FX_BOOL extensible);
/external/antlr/antlr-3.4/runtime/Ruby/
DREADME.txt17 While the tool itself is implemented in Java, it has an extensible design that
/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/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp72 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/
Dv8natives.js690 var extensible = %IsExtensible(ToObject(obj));
694 if (IS_UNDEFINED(current) && !extensible) {
/external/llvm/utils/lit/
DTODO74 that isn't a very extensible design.
/external/valgrind/main/docs/internals/
Dxml-output.txt29 * Have an extensible output format, so that future changes to the
/external/wpa_supplicant_8/hostapd/
DREADME112 introduces a extensible mechanism for authenticating and authorizing
/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
DChangeLog4692 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/
DLangImpl6.rst47 is dynamically extensible as the JIT runs.
DOCamlLangImpl6.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.rst2046 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
DCodeGenerator.rst227 is the only class that is not extensible (you cannot derive a new class from
DLangRef.rst33 being expressive, typed, and extensible at the same time. It aims to be
/external/libpcap/doc/
Dpcap.txt41 This format is extensible and it is currently proposed for
/external/chromium_org/v8/
DChangeLog190 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