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

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2273.js 58 function strict_mode() { function
80 strict_mode();
  /external/chromium_org/v8/src/
stub-cache.h 103 StrictModeFlag strict_mode);
116 StrictModeFlag strict_mode);
121 StrictModeFlag strict_mode);
190 StrictModeFlag strict_mode);
196 StrictModeFlag strict_mode);
198 Handle<Code> ComputeStoreNormal(StrictModeFlag strict_mode);
204 StrictModeFlag strict_mode);
210 StrictModeFlag strict_mode);
216 StrictModeFlag strict_mode);
220 StrictModeFlag strict_mode);
925 StrictModeFlag strict_mode() { return strict_mode_; } function in class:v8::internal::BaseStoreStubCompiler
    [all...]
ic.cc 2453 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
2471 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
2504 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
    [all...]
stub-cache.cc 158 StrictModeFlag strict_mode) {
160 STANDARD_STORE, strict_mode);
205 StrictModeFlag strict_mode) {
207 name, receiver, Code::STORE_IC, handler->type(), strict_mode);
210 StoreStubCompiler ic_compiler(isolate(), strict_mode);
223 StrictModeFlag strict_mode) {
225 name, receiver, Code::KEYED_STORE_IC, handler->type(), strict_mode);
228 KeyedStoreStubCompiler ic_compiler(isolate(), strict_mode, STANDARD_STORE);
471 StrictModeFlag strict_mode) {
473 name, receiver, Code::STORE_IC, Code::FIELD, strict_mode);
1359 StrictModeFlag strict_mode = static_cast<StrictModeFlag>(args.smi_at(3)); local
    [all...]
  /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/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 198 milliseconds