Searched refs:obj (Results 26 - 50 of 2363) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-842.js36 var obj = { name: "n1" };
39 obj = Object.freeze(obj);
H A Dregress-crbug-282736.js28 function funcify(obj) {
29 var type = typeof obj;
32 for (var prop in obj) {
33 funcified[prop] = funcify(obj[prop]);
38 return obj;
40 return function () { return obj; };
44 var obj = {};
46 obj.A = 1;
47 obj.B = function () { return 2; };
48 obj
[all...]
H A Dregress-2410.js35 var obj = { thrower: 'local' };
36 assertEquals(['thrower'], Object.getOwnPropertyNames(obj));
H A Dregress-619.js31 var obj = {};
32 obj[1] = 42;
33 assertEquals(42, obj[1]);
34 Object.defineProperty(obj, '1', {value:10, writable:false});
35 assertEquals(10, obj[1]);
37 // We should not be able to override obj[1].
38 obj[1] = 5;
39 assertEquals(10, obj[1]);
43 obj[i] = 42;
47 Object.defineProperty(obj,
[all...]
/external/chromium_org/v8/test/webkit/
H A Darray-tostring-and-join.js31 var obj = {};
32 obj.__proto__.toString = function() { return "*" + arr + "*"; }
34 arr[3] = obj;
H A Dcodegen-assign-nontemporary-as-rexp.js30 var obj = {};
32 obj.__defineSetter__('slot',
37 obj2.forward = (obj['slot'] = victim);
45 var obj = {};
47 obj.__defineSetter__('slot',
52 obj2.forward = (obj.slot = victim);
/external/v8/test/mjsunit/regress/
H A Dregress-753.js34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'};
35 assertEquals(JSON.stringify(obj,null, 5.99999), JSON.stringify(obj,null, 5));
H A Dregress-842.js36 var obj = { name: "n1" };
39 obj = Object.freeze(obj);
H A Dregress-619.js31 var obj = {};
32 obj[1] = 42;
33 assertEquals(42, obj[1]);
34 Object.defineProperty(obj, '1', {value:10, writable:false});
35 assertEquals(10, obj[1]);
37 // We should not be able to override obj[1].
38 obj[1] = 5;
39 assertEquals(10, obj[1]);
43 obj[i] = 42;
47 Object.defineProperty(obj,
[all...]
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile8 $O\CRC.obj \
9 $O\IntToString.obj \
10 $O\NewHandler.obj \
11 $O\MyString.obj \
12 $O\StringConvert.obj \
13 $O\StringToInt.obj \
14 $O\MyVector.obj \
15 $O\Wildcard.obj \
18 $O\PropVariant.obj \
19 $O\Synchronization.obj \
[all...]
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile11 $O\BenchCon.obj \
12 $O\ConsoleClose.obj \
13 $O\ExtractCallbackConsole.obj \
14 $O\List.obj \
15 $O\Main.obj \
16 $O\MainAr.obj \
17 $O\OpenCallbackConsole.obj \
18 $O\PercentPrinter.obj \
19 $O\UpdateCallbackConsole.obj \
20 $O\UserInputUtils.obj \
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile12 $O\ConsoleClose.obj \
13 $O\ExtractCallbackConsole.obj \
14 $O\List.obj \
15 $O\BenchCon.obj \
16 $O\Main.obj \
17 $O\MainAr.obj \
18 $O\OpenCallbackConsole.obj \
19 $O\PercentPrinter.obj \
20 $O\UpdateCallbackConsole.obj \
21 $O\UserInputUtils.obj \
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile6 $O\LzmaAlone.obj \
9 $O\LzmaDecoder.obj \
10 $O\LzmaEncoder.obj \
11 $O\LzmaRegister.obj \
14 $O\CommandLineParser.obj \
15 $O\CRC.obj \
16 $O\IntToString.obj \
17 $O\MyString.obj \
18 $O\StringConvert.obj \
19 $O\StringToInt.obj \
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
/external/lzma/C/Util/SfxSetup/
H A Dmakefile6 $O\7zAlloc.obj \
7 $O\7zBuf.obj \
8 $O\7zBuf2.obj \
9 $O\7zCrc.obj \
10 $O\7zCrcOpt.obj \
11 $O\7zFile.obj \
12 $O\7zDec.obj \
13 $O\7zIn.obj \
14 $O\7zStream.obj \
15 $O\Bcj2.obj \
[all...]
/external/dropbear/libtomcrypt/
H A Dparsenames.pl11 foreach my $obj (@a) {
12 $len = $len + length($obj);
13 $obj =~ s/\*/\$/;
16 $len = length($obj);
18 print "$obj ";
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dmakefile.bc13 .c.obj:
16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
21 # "make clean": use a directory containing only libdes .exe and .obj files...
24 del *.obj
28 OBJS= cbc_cksm.obj cbc_enc.obj ecb_enc.obj pcbc_enc.obj \
29 qud_cksm.obj rand_ke
[all...]
/external/openssl/crypto/des/
H A Dmakefile.bc13 .c.obj:
16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
21 # "make clean": use a directory containing only libdes .exe and .obj files...
24 del *.obj
28 OBJS= cbc_cksm.obj cbc_enc.obj ecb_enc.obj pcbc_enc.obj \
29 qud_cksm.obj rand_ke
[all...]
/external/chromium_org/content/browser/resources/media/new/
H A Dutil.js16 * @param obj The object to iterate over.
19 * of the property, key is the corresponding key, and obj is the object that
23 util.object.forEach = function(obj, f, optObj) {
26 for (key in obj) {
27 if (obj.hasOwnProperty(key)) {
28 f.call(optObj, obj[key], key, obj);
/external/qemu/
H A Dqobject.h66 #define QOBJECT(obj) (&(obj)->base)
69 #define QINCREF(obj) \
70 qobject_incref(QOBJECT(obj))
73 #define QDECREF(obj) \
74 qobject_decref(QOBJECT(obj))
77 #define QOBJECT_INIT(obj, qtype_type) \
78 obj->base.refcnt = 1; \
79 obj->base.type = qtype_type
84 static inline void qobject_incref(QObject *obj) argument
94 qobject_decref(QObject *obj) argument
106 qobject_type(const QObject *obj) argument
[all...]
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile7 $O\CRC.obj \
8 $O\IntToString.obj \
9 $O\NewHandler.obj \
10 $O\MyString.obj \
11 $O\StringConvert.obj \
12 $O\StringToInt.obj \
13 $O\MyVector.obj \
14 $O\Wildcard.obj \
17 $O\FileDir.obj \
18 $O\FileFind.obj \
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-accessors.js30 var accessorCallCount, setterArgument, setterValue, obj, forceDeopt;
35 function TestInlinedGetter(context, obj, expected) {
39 assertEquals(expected, context(obj));
42 assertEquals(expected, context(obj));
46 assertEquals(expected, context(obj));
50 assertEquals(expected, context(obj));
55 function value_context_for_getter(obj) {
56 return obj.getterProperty;
59 function test_context_for_getter(obj) {
60 if (obj
[all...]
/external/v8/src/
H A Dinspector.h44 static void DumpObjectType(FILE* out, Object* obj, bool print_more);
45 static void DumpObjectType(FILE* out, Object* obj) { argument
46 DumpObjectType(out, obj, false);
48 static void DumpObjectType(Object* obj, bool print_more) { argument
49 DumpObjectType(stdout, obj, print_more);
51 static void DumpObjectType(Object* obj) { argument
52 DumpObjectType(stdout, obj, false);
/external/chromium_org/v8/test/mjsunit/
H A Dallocation-site-info.js63 function getKind(obj) {
64 if (%HasFastSmiElements(obj)) return elements_kind.fast_smi_only;
65 if (%HasFastObjectElements(obj)) return elements_kind.fast;
66 if (%HasFastDoubleElements(obj)) return elements_kind.fast_double;
67 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
70 function isHoley(obj) {
71 if (%HasFastHoleyElements(obj)) return true;
75 function assertKind(expected, obj, name_opt) {
80 assertEquals(expected, getKind(obj), name_opt);
83 function assertHoley(obj, name_op
[all...]

Completed in 703 milliseconds

1234567891011>>