Searched defs:captures (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/mjsunit/ |
D | string-match.js | 33 function testMatch(name, input, regexp, result, captures, from, to) { argument
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | templates.cpp | 19 T captures(T x, T y) { in captures() function
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 712 int* captures) { in Execute() 737 int captures[4] = {42, 37, 87, 117}; in TEST() local 782 int captures[4] = {42, 37, 87, 117}; in TEST() local 839 int captures[4] = {42, 37, 87, 117}; in TEST() local 1298 int captures[2]; in TEST() local 1360 int captures[5]; in TEST() local
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Nodes.h | 1424 …bool captures(const Identifier& ident) { return m_data->m_capturedVariables.contains(ident.impl())… in captures() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 976 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local
|