OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvalFeature
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Executable.h
185
bool usesEval() const { return m_features &
EvalFeature
; }
187
bool needsActivation() const { return m_hasCapturedVariables || m_features & (
EvalFeature
| WithFeature | CatchFeature); }
/external/webkit/Source/JavaScriptCore/parser/
Nodes.h
53
const CodeFeatures
EvalFeature
= 1 << 0;
64
const CodeFeatures AllFeatures =
EvalFeature
| ClosureFeature | AssignFeature | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature | StrictModeFeature | ShadowsArgumentsFeature;
[
all
...]
ASTBuilder.h
624
m_scope.m_features |=
EvalFeature
;
[
all
...]
Completed in 124 milliseconds