OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStrictFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
preparser.h
414
bool
IsStrictFunction
() {
preparser.cc
301
if (function_value.
IsStrictFunction
() &&
1062
if (result.
IsStrictFunction
() && !identifier.IsValidStrictVariable()) {
[
all
...]
/external/v8/src/
preparser.h
340
bool
IsStrictFunction
() {
preparser.cc
304
if (function_value.
IsStrictFunction
() &&
1041
if (result.
IsStrictFunction
() && !identifier.IsValidStrictVariable()) {
[
all
...]
Completed in 37 milliseconds