Home
last modified time | relevance | path

Searched refs:strict_mode_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
Dpreparse-data.h63 strict_mode_ = strict_mode; in LogFunction()
97 return strict_mode_; in strict_mode()
116 StrictMode strict_mode_; variable
Dscopes.h215 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } in SetStrictMode()
276 return is_eval_scope() && strict_mode_ == STRICT; in is_strict_eval_scope()
282 return scope_calls_eval_ && strict_mode_ == SLOPPY; in calls_sloppy_eval()
302 StrictMode strict_mode() const { return strict_mode_; } in strict_mode()
476 StrictMode strict_mode_; variable
Dpreparser.h544 strict_mode_(strict_mode) {} in ObjectLiteralChecker()
568 StrictMode strict_mode_; variable
944 strict_mode_ = outer_scope ? outer_scope->strict_mode() : SLOPPY; in scope_type_()
948 StrictMode strict_mode() const { return strict_mode_; } in strict_mode()
949 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } in SetStrictMode()
967 StrictMode strict_mode_; variable
2823 if (strict_mode_ == SLOPPY) return; in CheckProperty()
Dscopes.cc166 strict_mode_ = outer_scope != NULL ? outer_scope->strict_mode_ : SLOPPY; in SetDefaults()
182 strict_mode_ = scope_info->strict_mode(); in SetDefaults()
Dhydrogen-instructions.h6959 StrictMode strict_mode() const { return strict_mode_; } in strict_mode()
6976 strict_mode_(strict_mode) { in DECLARE_CONCRETE_INSTRUCTION()
6984 StrictMode strict_mode_; variable
7173 StrictMode strict_mode() const { return strict_mode_; } in strict_mode()
7190 : strict_mode_(strict_mode) { in DECLARE_CONCRETE_INSTRUCTION()
7198 StrictMode strict_mode_; variable
7489 StrictMode strict_mode() const { return strict_mode_; } in strict_mode()
7499 strict_mode_(shared->strict_mode()) { in HFunctionLiteral()
7511 StrictMode strict_mode_; variable
Dobjects.cc13536 strict_mode_(strict_mode), in StringSharedKey()
13548 if (strict_mode != strict_mode_) return false; in IsMatch()
13575 return StringSharedHashHelper(*source_, *shared_, strict_mode_, in Hash()
13597 array->set(2, Smi::FromInt(strict_mode_)); in AsHandle()
13605 StrictMode strict_mode_; member in v8::internal::StringSharedKey
/external/chromium_org/net/websockets/
Dwebsocket_basic_stream_test.cc91 strict_mode_(strict_mode) {} in StrictStaticSocketDataProvider()
94 if (strict_mode_) { in ~StrictStaticSocketDataProvider()
101 const bool strict_mode_; member in net::__anon894abe870111::StrictStaticSocketDataProvider