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

1 2

  /external/v8/src/mips/
ic-mips.cc 175 StrictModeFlag strict_mode) {
181 StrictModeFlag strict_mode) {
197 StrictModeFlag strict_mode) {
218 StrictModeFlag strict_mode) {
  /external/v8/src/
ast-inl.h 104 bool FunctionLiteral::strict_mode() const { function in class:v8::internal::FunctionLiteral
handles.h 191 StrictModeFlag strict_mode);
197 StrictModeFlag strict_mode);
229 StrictModeFlag strict_mode);
234 StrictModeFlag strict_mode);
239 StrictModeFlag strict_mode);
ic.cc 455 if (function->shared()->strict_mode() || function->IsBuiltin()) {
    [all...]
ic.h 425 StrictModeFlag strict_mode,
434 StrictModeFlag strict_mode);
438 StrictModeFlag strict_mode);
452 StrictModeFlag strict_mode,
505 StrictModeFlag strict_mode,
514 StrictModeFlag strict_mode);
515 static void GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode);
527 StrictModeFlag strict_mode,
stub-cache.h 156 StrictModeFlag strict_mode);
159 StrictModeFlag strict_mode);
165 StrictModeFlag strict_mode);
171 StrictModeFlag strict_mode);
176 StrictModeFlag strict_mode);
185 StrictModeFlag strict_mode);
189 StrictModeFlag strict_mode);
195 StrictModeFlag strict_mode);
645 explicit StoreStubCompiler(StrictModeFlag strict_mode)
646 : strict_mode_(strict_mode) { }
    [all...]
compilation-cache.cc 257 StrictModeFlag strict_mode) {
266 result = table->LookupEval(*source, *context, strict_mode);
396 StrictModeFlag strict_mode) {
403 result = eval_global_.Lookup(source, context, strict_mode);
405 result = eval_contextual_.Lookup(source, context, strict_mode);
stub-cache.cc 492 StrictModeFlag strict_mode) {
495 Code::STORE_IC, type, strict_mode);
498 StoreStubCompiler compiler(strict_mode);
518 StrictModeFlag strict_mode) {
520 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, NORMAL, strict_mode);
524 KeyedStoreStubCompiler compiler(strict_mode);
622 StrictModeFlag strict_mode) {
628 strict_mode);
661 MaybeObject* StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) {
662 return isolate_->builtins()->builtin((strict_mode == kStrictMode
1464 StrictModeFlag strict_mode = local
    [all...]
handles.cc 265 StrictModeFlag strict_mode) {
267 object->SetProperty(*key, *value, attributes, strict_mode),
276 StrictModeFlag strict_mode) {
281 isolate, object, key, value, attributes, strict_mode),
346 StrictModeFlag strict_mode) {
351 strict_mode),
498 StrictModeFlag strict_mode) {
508 object->SetElement(index, *value, strict_mode), Object);
515 StrictModeFlag strict_mode) {
518 object->SetElement(index, *value, strict_mode, false)
    [all...]
compilation-cache.h 134 StrictModeFlag strict_mode);
201 StrictModeFlag strict_mode);
compiler.h 169 if (!shared_info_.is_null() && shared_info_->strict_mode()) {
264 StrictModeFlag strict_mode);
compiler.cc 547 StrictModeFlag strict_mode) {
563 strict_mode);
571 if (strict_mode == kStrictMode) info.MarkAsStrictMode();
579 ASSERT(strict_mode == kNonStrictMode || result->strict_mode());
609 if (info->function()->strict_mode()) {
758 function_info->set_strict_mode(lit->strict_mode());
factory.h 239 StrictModeFlag strict_mode);
418 StrictModeFlag strict_mode);
objects.cc 8527 StrictModeFlag strict_mode = static_cast<StrictModeFlag>( local
    [all...]
factory.cc 431 function_info->strict_mode()
919 StrictModeFlag strict_mode) {
921 Handle<Map> map = strict_mode == kStrictMode
935 StrictModeFlag strict_mode) {
936 Handle<JSFunction> fun = NewFunctionWithoutPrototypeHelper(name, strict_mode);
    [all...]
hydrogen-instructions.h 2942 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreGlobalGeneric
3300 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreNamedGeneric
3404 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreKeyedGeneric
    [all...]
code-stubs.h 287 explicit FastNewClosureStub(StrictModeFlag strict_mode)
288 : strict_mode_(strict_mode) { }
parser.h 434 StrictModeFlag strict_mode);
466 StrictModeFlag strict_mode,
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 615 function parse($TEXT, strict_mode, embed_tokens) {
678 return !strict_mode && (
809 if (strict_mode && !HOP(STATEMENTS_WITH_LABELS, stat[0]))
    [all...]
  /external/v8/src/arm/
ic-arm.cc     [all...]
lithium-arm.h 1312 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1644 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1684 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 761 StrictModeFlag strict_mode) {
801 GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
lithium-ia32.h 1349 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1699 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1769 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]
  /external/v8/src/x64/
ic-x64.cc 766 StrictModeFlag strict_mode) {
813 GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
lithium-x64.h 1298 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1621 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1684 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]

Completed in 323 milliseconds

1 2