HomeSort by relevance Sort by last modified time
    Searched defs:strict_mode (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2273.js 58 function strict_mode() { function
80 strict_mode();
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 147 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
lithium-arm.h 2235 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
2298 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 129 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
lithium-ia32.h 2243 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
2300 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/ic/
ic-compiler.cc 121 Handle<Map> receiver_map, StrictMode strict_mode,
125 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
285 StrictMode strict_mode) {
294 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state); local
345 GenerateRuntimeSetProperty(masm(), strict_mode); local
ic.h 465 StrictMode strict_mode() const { function in class:v8::internal::StoreIC
479 StrictMode strict_mode);
481 static Handle<Code> initialize_stub(Isolate* isolate, StrictMode strict_mode);
500 return pre_monomorphic_stub(isolate(), strict_mode());
504 StrictMode strict_mode);
563 static void GenerateGeneric(MacroAssembler* masm, StrictMode strict_mode);
568 return pre_monomorphic_stub(isolate(), strict_mode());
571 StrictMode strict_mode) {
572 if (strict_mode == STRICT) {
ic.cc 2171 StrictMode strict_mode = ic.strict_mode(); local
2187 StrictMode strict_mode = ic.strict_mode(); local
2205 StrictMode strict_mode = ic.strict_mode(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 146 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
lithium-mips.h 2199 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
2256 StrictMode strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 147 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
  /external/chromium_org/v8/src/
preparse-data.h 30 StrictMode strict_mode) = 0;
57 StrictMode strict_mode) {
63 strict_mode_ = strict_mode;
95 StrictMode strict_mode() const { function in class:v8::internal::SingletonLogger
138 StrictMode strict_mode) {
143 function_store_.Add(strict_mode);
scopeinfo.cc 58 StrictModeField::encode(scope->strict_mode()) |
148 StrictMode ScopeInfo::strict_mode() { function in class:v8::internal::ScopeInfo
scopes.h 215 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; }
302 StrictMode strict_mode() const { return strict_mode_; } function in class:v8::internal::Scope
ast.cc 152 StrictMode FunctionLiteral::strict_mode() const { function in class:v8::internal::FunctionLiteral
153 return scope()->strict_mode();
    [all...]
full-codegen.h 602 StrictMode strict_mode() { return function()->strict_mode(); } function in class:v8::internal::FullCodeGenerator
    [all...]
compiler.h 102 StrictMode strict_mode() const { function in class:v8::internal::CompilationInfo
154 void SetStrictMode(StrictMode strict_mode) {
155 SetFlag(kStrictMode, strict_mode == STRICT);
686 Handle<Context> context, StrictMode strict_mode,
parser.h 49 StrictMode strict_mode() { function in class:v8::internal::BASE_EMBEDDED
636 info->SetStrictMode(info->function()->strict_mode());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 121 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 133 StrictMode strict_mode() { return info()->strict_mode(); } function in class:v8::internal::compiler::AstGraphBuilder
js-generic-lowering.cc 292 StrictMode strict_mode = OpParameter<StrictMode>(node); local
293 Callable callable = CodeFactory::KeyedStoreIC(isolate(), strict_mode);
300 Callable callable = CodeFactory::StoreIC(isolate(), params.strict_mode);
307 StrictMode strict_mode = OpParameter<StrictMode>(node); local
308 PatchInsertInput(node, 2, SmiConstant(strict_mode));
js-operator.h 57 StrictMode strict_mode; member in struct:v8::internal::compiler::StoreNamedParameters
134 const Operator* StoreProperty(StrictMode strict_mode) {
135 OP1(JSStoreProperty, StrictMode, strict_mode, Operator::kNoProperties, 3,
139 const Operator* StoreNamed(StrictMode strict_mode, Unique<Name> name) {
140 StoreNamedParameters parameters = {strict_mode, name};
145 const Operator* DeleteProperty(StrictMode strict_mode) {
146 OP1(JSDeleteProperty, StrictMode, strict_mode, Operator::kNoProperties, 2,
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 163 StrictMode strict_mode() const { return info()->strict_mode(); } function in class:v8::internal::LCodeGen
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_lib.c 2957 int check_flags = 0, strict_mode; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 934 i::StrictMode strict_mode; member in struct:SourceData
    [all...]

Completed in 937 milliseconds

1 2