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

  /external/v8/src/
ic.cc 1706 KeyedStoreStubCompiler compiler(isolate(), strict_mode, grow_mode); local
2095 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
    [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...]
  /external/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 409 milliseconds