OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ecmascript
(Results
51 - 75
of
183
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h
77
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
111
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
117
ECMAScript
= 1 << _S_ECMAScript,
294
* new string is constructed using the rules used by the
ECMAScript
replace
295
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex_compiler.tcc
67
& (regex_constants::
ECMAScript
74
: __flags | regex_constants::
ECMAScript
),
180
bool __neg = (_M_flags & regex_constants::
ECMAScript
);
305
if (!(_M_flags & regex_constants::
ECMAScript
))
regex_scanner.tcc
33
// N3376 specified 6 regex styles:
ECMAScript
, basic, extended, grep, egrep
42
//
ECMAScript
: ECMA-262 15.10
91
// 2) "(?:", "(?=", "(?!" in
ECMAScript
.
347
//
ECMAScript
recongnizes multi-digit back-references.
/external/libcxx/test/std/re/re.regex/re.regex.construct/
iter_iter.pass.cpp
27
assert(r.flags() == std::regex_constants::
ECMAScript
);
string.pass.cpp
25
assert(r.flags() == std::regex_constants::
ECMAScript
);
/external/v8/test/mjsunit/harmony/
arrow-functions.js
23
// http://wiki.
ecmascript
.org/doku.php?id=harmony:arrow_function_syntax
numeric-literals.js
73
// https://bugs.
ecmascript
.org/show_bug.cgi?id=1585
/external/v8/test/mjsunit/regress/
regress-990205.js
29
// (Notice that the example isn't valid
ECMAScript
due to the
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp
27
assert(r.flags() == std::regex_constants::
ECMAScript
);
string.pass.cpp
25
assert(r.flags() == std::regex_constants::
ECMAScript
);
/external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java
37
* <p>Note: The words {@code Javascript} and {@code
ECMAScript
} are used
84
* defined in
Ecmascript
4 not
Ecmascript
3. However, to keep the logic
256
* Determines if the specified character is an
ECMAScript
whitespace or line
268
* <p>Encompasses the characters in sections 7.2 and 7.3 of
ECMAScript
3, in
272
*
ECMAScript
Language Specification</a>
284
*
ECMAScript
identifier. This determination is currently not exact,
/external/v8/src/
elements.h
104
// changing array sizes as defined in
EcmaScript
5.1 15.4.5.2, i.e. array that
113
//
EcmaScript
5.1 15.4.5.2, arrays can be shrunk beyond non-deletable
116
//
EcmaScript
5.1 semantics.
/external/libcxx/test/std/re/re.results/re.results.acc/
index.pass.cpp
51
test(std::regex_constants::
ECMAScript
);
/external/v8/test/webkit/fast/js/
reserved-words-strict-expected.txt
24
This file checks which
ECMAScript
3 keywords are treated as reserved words in strict mode.
reserved-words-strict.js
70
"This file checks which
ECMAScript
3 keywords are treated as reserved words in strict mode."
/external/v8/test/webkit/
reserved-words.js
100
"This file checks which
ECMAScript
3 keywords are treated as reserved words."
reserved-words-expected.txt
24
This file checks which
ECMAScript
3 keywords are treated as reserved words.
/libcore/dom/src/test/resources/
hc_staff.svg
28
<svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/
ecmascript
">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
staff.svg
28
<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/
ecmascript
">&svgtest;&svgunit;</script>
staffNS.svg
29
<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/
ecmascript
">&svgtest;&svgunit;</script>
/external/chromium-trace/trace-viewer/tracing/examples/
string_convert.js
97
/* (nPart - 252 << 32) is not possible in
ECMAScript
! So...: */
160
aBytes[nIdx++] = 252 + /* (nChr >>> 32) is not possible in
ECMAScript
! So...: */ (nChr / 1073741824);
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
javascriptstatetracker.py
69
Inherits from the core
EcmaScript
StateTracker adding extra state tracking
/external/libcxx/test/std/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp
19
// std::regex in
ECMAScript
mode should not ignore capture groups inside lookahead assertions.
/external/v8/build/
features.gypi
55
# Enable
ECMAScript
Internationalization API. Enabling this feature will
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp
19
// std::regex in
ECMAScript
mode should not ignore capture groups inside lookahead assertions.
Completed in 375 milliseconds
1
2
3
4
5
6
7
8