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

  /external/v8/src/
ic.h 432 StrictModeFlag strict_mode,
437 StrictModeFlag strict_mode,
442 StrictModeFlag strict_mode,
450 StrictModeFlag strict_mode,
512 StrictModeFlag strict_mode,
560 StrictModeFlag strict_mode,
569 StrictModeFlag strict_mode);
573 StrictModeFlag strict_mode);
580 StrictModeFlag strict_mode,
629 StrictModeFlag strict_mode,
    [all...]
ic.cc 1706 KeyedStoreStubCompiler compiler(isolate(), strict_mode, grow_mode); local
2095 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
    [all...]
stub-cache.h 146 StrictModeFlag strict_mode);
148 Handle<Code> ComputeStoreNormal(StrictModeFlag strict_mode);
153 StrictModeFlag strict_mode);
158 StrictModeFlag strict_mode);
162 StrictModeFlag strict_mode);
170 StrictModeFlag strict_mode);
174 StrictModeFlag strict_mode);
668 StoreStubCompiler(Isolate* isolate, StrictModeFlag strict_mode)
669 : StubCompiler(isolate), strict_mode_(strict_mode) { }
698 StrictModeFlag strict_mode,
    [all...]
stub-cache.cc 369 StrictModeFlag strict_mode) {
372 Code::STORE_IC, type, strict_mode);
376 StoreStubCompiler compiler(isolate_, strict_mode);
389 StrictModeFlag strict_mode) {
393 Code::ComputeExtraICState(grow_mode, strict_mode);
427 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
433 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
455 Handle<Code> StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) {
456 return (strict_mode == kStrictMode)
465 StrictModeFlag strict_mode) {
1123 StrictModeFlag strict_mode = static_cast<StrictModeFlag>(args.smi_at(3)); local
    [all...]
objects.h     [all...]
objects.cc 258 StrictModeFlag strict_mode) {
262 return SetPropertyWithHandler(name, value, NONE, strict_mode);
    [all...]
handles.cc 236 StrictModeFlag strict_mode) {
241 isolate, object, key, value, attributes, strict_mode),
272 StrictModeFlag strict_mode) {
277 strict_mode),
    [all...]
handles.h 183 StrictModeFlag strict_mode);
code-stubs.h 1098 StrictModeFlag strict_mode,
1103 strict_mode_(strict_mode),
    [all...]
runtime.h 661 StrictModeFlag strict_mode);
runtime.cc 133 args.smi_at(index) == STRICT_MODE || \
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1383.js 28 // Test that passing the strict_mode flag in extra ic state from
  /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...]
  /external/v8/src/ia32/
ic-ia32.cc 759 StrictModeFlag strict_mode) {
800 GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
  /external/v8/src/mips/
ic-mips.cc     [all...]
  /external/v8/src/x64/
ic-x64.cc 628 StrictModeFlag strict_mode) {
676 GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 303 var $strict_mode = false; variable
679 $this->strict_mode = GESHI_NEVER; variable
1277 $this->strict_mode = ($mode) ? GESHI_ALWAYS : GESHI_NEVER; variable
3614 $this->strict_mode = $this->language_data['STRICT_MODE_APPLIES']; variable
    [all...]

Completed in 435 milliseconds