Home
last modified time | relevance | path

Searched defs:strict_mode (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/v8/src/
Dpreparse-data.h57 StrictMode strict_mode) { in LogFunction()
95 StrictMode strict_mode() const { in strict_mode() function
138 StrictMode strict_mode) { in LogFunction()
Dscopes.h215 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } in SetStrictMode()
302 StrictMode strict_mode() const { return strict_mode_; } in strict_mode() function
Dcompilation-cache.cc225 StrictMode strict_mode, int scope_position) { in Lookup()
326 Handle<Context> context, StrictMode strict_mode, int scope_position) { in LookupEval()
Dcompiler.h102 StrictMode strict_mode() const { in strict_mode() function
154 void SetStrictMode(StrictMode strict_mode) { in SetStrictMode()
Dscopeinfo.cc148 StrictMode ScopeInfo::strict_mode() { in strict_mode() function in v8::internal::ScopeInfo
Dpreparser.cc122 StrictMode strict_mode, bool is_generator, ParserRecorder* log) { in PreParseLazyFunction()
Dobjects.cc480 Handle<JSObject> holder, Handle<Object> structure, StrictMode strict_mode) { in SetPropertyWithAccessor()
627 LookupIterator* it, Handle<Object> value, StrictMode strict_mode) { in SetPropertyWithFailedAccessCheck()
2800 StrictMode strict_mode, in SetProperty()
2809 StrictMode strict_mode, in SetProperty()
2911 StrictMode strict_mode) { in WriteToReadOnlyProperty()
2960 StrictMode strict_mode, in AddDataProperty()
3014 StrictMode strict_mode) { in SetElementWithCallbackSetterInPrototypes()
3403 StrictMode strict_mode) { in SetPropertyWithHandler()
3425 Handle<Object> value, StrictMode strict_mode, bool* done) { in SetPropertyViaPrototypesWithHandler()
11756 StrictMode strict_mode, in SetElementWithInterceptor()
[all …]
Dpreparser.h440 StrictMode strict_mode() { return scope_->strict_mode(); } in strict_mode() function
541 ObjectLiteralChecker(ParserBase* parser, StrictMode strict_mode) in ObjectLiteralChecker()
948 StrictMode strict_mode() const { return strict_mode_; } in strict_mode() function
949 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } in SetStrictMode()
Dcontexts.h556 static int FunctionMapIndex(StrictMode strict_mode, FunctionKind kind) { in FunctionMapIndex()
Dfull-codegen.h602 StrictMode strict_mode() { return function()->strict_mode(); } in strict_mode() function
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2273.js58 function strict_mode() { function
/external/chromium_org/v8/src/compiler/
Djs-operator.h57 StrictMode strict_mode; member
134 const Operator* StoreProperty(StrictMode strict_mode) { in StoreProperty()
139 const Operator* StoreNamed(StrictMode strict_mode, Unique<Name> name) { in StoreNamed()
145 const Operator* DeleteProperty(StrictMode strict_mode) { in DeleteProperty()
Djs-generic-lowering.cc292 StrictMode strict_mode = OpParameter<StrictMode>(node); in LowerJSStoreProperty() local
307 StrictMode strict_mode = OpParameter<StrictMode>(node); in LowerJSDeleteProperty() local
Dast-graph-builder.h133 StrictMode strict_mode() { return info()->strict_mode(); } in strict_mode() function
/external/chromium_org/v8/src/ic/
Dic-compiler.cc121 Handle<Map> receiver_map, StrictMode strict_mode, in ComputeKeyedStoreMonomorphic()
285 StrictMode strict_mode) { in ComputeKeyedStorePolymorphic()
344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state); in CompileStoreGeneric() local
Dic.h465 StrictMode strict_mode() const { in strict_mode() function
571 StrictMode strict_mode) { in pre_monomorphic_stub()
Dic.cc1347 StrictMode strict_mode) { in initialize_stub()
1396 StrictMode strict_mode) { in pre_monomorphic_stub()
2171 StrictMode strict_mode = ic.strict_mode(); in RUNTIME_FUNCTION() local
2187 StrictMode strict_mode = ic.strict_mode(); in RUNTIME_FUNCTION() local
2205 StrictMode strict_mode = ic.strict_mode(); in RUNTIME_FUNCTION() local
/external/chromium_org/v8/src/ic/ia32/
Dic-compiler-ia32.cc19 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/mips64/
Dic-compiler-mips64.cc115 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/x87/
Dic-compiler-x87.cc19 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/arm/
Dic-compiler-arm.cc19 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/arm64/
Dic-compiler-arm64.cc18 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/mips/
Dic-compiler-mips.cc115 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/v8/src/ic/x64/
Dic-compiler-x64.cc19 StrictMode strict_mode) { in GenerateRuntimeSetProperty()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
Dparse-js.js615 function parse($TEXT, strict_mode, embed_tokens) { argument

123