Home
last modified time | relevance | path

Searched refs:GlobalArray (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/js/
Darray.js14 var GlobalArray = global.Array;
342 GlobalArray.prototype,
370 GlobalArray.prototype,
401 GlobalArray.prototype,
704 GlobalArray.prototype,
767 %AddNamedProperty(GlobalArray.prototype, unscopablesSymbol, unscopables,
770 var ArrayIndexOf = GlobalArray.prototype.indexOf;
771 var ArrayJoin = GlobalArray.prototype.join;
772 var ArrayPop = GlobalArray.prototype.pop;
773 var ArrayPush = GlobalArray.prototype.push;
[all …]
Dintl.js31 var GlobalArray = global.Array;
/external/clang/test/CodeGenObjC/
Dobjc2-assign-global.m27 id GlobalArray[20];
51 ASSIGNTEST(GlobalArray[0], GlobalAssigns); // objc_assign_global
Dobjc2-write-barrier.m45 id GlobalArray[20];
73 ASSIGNTEST(GlobalArray[0], GlobalAssigns); // objc_assign_global
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp697 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F() local
698 EXPECT_EQ(GlobalArray.size(), 2U); in TEST_F()
699 for (DIGlobalVariableExpression *GVExpr : GlobalArray) { in TEST_F()