Searched refs:strict_mode (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2273.js58 function strict_mode() { function
80 strict_mode();
/external/chromium_org/v8/src/
H A Dic.h588 StrictModeFlag strict_mode() const { return strict_mode_; } function in class:v8::internal::StoreIC
601 StrictModeFlag strict_mode);
613 if (strict_mode() == kStrictMode) {
621 if (strict_mode() == kStrictMode) {
633 return pre_monomorphic_stub(isolate(), strict_mode());
637 StrictModeFlag strict_mode) {
638 if (strict_mode == kStrictMode) {
658 return ComputeExtraICState(strict_mode());
670 StrictModeFlag strict_mode) {
671 if (strict_mode
636 pre_monomorphic_stub(Isolate* isolate, StrictModeFlag strict_mode) argument
669 initialize_stub(Isolate* isolate, StrictModeFlag strict_mode) argument
749 pre_monomorphic_stub(Isolate* isolate, StrictModeFlag strict_mode) argument
779 initialize_stub(Isolate* isolate, StrictModeFlag strict_mode) argument
[all...]
H A Dic.cc1504 Handle<JSReceiver>::cast(object), name, value, NONE, strict_mode());
1516 if (strict_mode() == kStrictMode && object->IsString() &&
1531 JSObject::SetElement(receiver, index, value, NONE, strict_mode());
1539 receiver, name, value, NONE, strict_mode(), store_mode);
1555 StoreArrayLengthStub(kind(), strict_mode()).GetCode(isolate());
1559 receiver, name, value, NONE, strict_mode(), store_mode);
1567 strict_mode() == kStrictMode &&
1590 receiver, name, value, NONE, strict_mode(), store_mode);
1722 monomorphic_map, strict_mode(), store_mode);
1753 transitioned_receiver_map, strict_mode(), store_mod
2266 StrictModeFlag strict_mode = ic.strict_mode(); local
2283 StrictModeFlag strict_mode = ic.strict_mode(); local
2301 StrictModeFlag strict_mode = ic.strict_mode(); local
[all...]
H A Dobjects.cc521 StrictModeFlag strict_mode) {
525 proxy, receiver, name, value, NONE, strict_mode);
2148 StrictModeFlag strict_mode,
2164 if (strict_mode == kNonStrictMode) {
2237 StrictModeFlag strict_mode) {
2248 strict_mode, MAY_BE_STORE_FROM_KEYED);
2252 object, name, value, attributes, strict_mode, &done);
2255 return AddProperty(object, name, value, attributes, strict_mode);
2852 StrictModeFlag strict_mode) {
2874 SetPropertyPostInterceptor(object, name, value, attributes, strict_mode);
517 SetElementWithHandler(Handle<JSProxy> proxy, Handle<JSReceiver> receiver, uint32_t index, Handle<Object> value, StrictModeFlag strict_mode) argument
2144 AddProperty(Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, JSReceiver::StoreFromKeyed store_mode, ExtensibilityCheck extensibility_check, ValueType value_type, StoreMode mode, TransitionFlag transition_flag) argument
2232 SetPropertyPostInterceptor( Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
2847 SetPropertyWithInterceptor( Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
2880 SetProperty(Handle<JSReceiver> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, StoreFromKeyed store_mode) argument
2896 SetPropertyWithCallback(Handle<JSObject> object, Handle<Object> structure, Handle<Name> name, Handle<Object> value, Handle<JSObject> holder, StrictModeFlag strict_mode) argument
3008 SetElementWithCallbackSetterInPrototypes( Handle<JSObject> object, uint32_t index, Handle<Object> value, bool* found, StrictModeFlag strict_mode) argument
3049 SetPropertyViaPrototypes(Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool* done) argument
3461 SetPropertyWithFailedAccessCheck( Handle<JSObject> object, LookupResult* result, Handle<Name> name, Handle<Object> value, bool check_prototype, StrictModeFlag strict_mode) argument
3529 SetProperty(Handle<JSReceiver> object, LookupResult* result, Handle<Name> key, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, StoreFromKeyed store_mode) argument
3561 SetPropertyWithHandler(Handle<JSProxy> proxy, Handle<JSReceiver> receiver, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
3580 SetPropertyViaPrototypesWithHandler( Handle<JSProxy> proxy, Handle<JSReceiver> receiver, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool* done) argument
4030 SetPropertyForResult(Handle<JSObject> object, LookupResult* lookup, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, StoreFromKeyed store_mode) argument
11976 SetElementWithInterceptor( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12064 SetElementWithCallback(Handle<JSObject> object, Handle<Object> structure, uint32_t index, Handle<Object> value, Handle<JSObject> holder, StrictModeFlag strict_mode) argument
12155 SetFastElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, StrictModeFlag strict_mode, bool check_prototype) argument
12283 SetDictionaryElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12426 SetFastDoubleElement( Handle<JSObject> object, uint32_t index, Handle<Object> value, StrictModeFlag strict_mode, bool check_prototype) argument
12523 SetElement(Handle<JSReceiver> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
12537 SetOwnElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, StrictModeFlag strict_mode) argument
12546 SetElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12678 SetElementWithoutInterceptor( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
[all...]
H A Dobjects.h1963 StrictModeFlag strict_mode,
1970 StrictModeFlag strict_mode);
2043 StrictModeFlag strict_mode,
2154 StrictModeFlag strict_mode);
2161 StrictModeFlag strict_mode);
2169 StrictModeFlag strict_mode,
2355 StrictModeFlag strict_mode,
2361 StrictModeFlag strict_mode);
2369 StrictModeFlag strict_mode,
2690 StrictModeFlag strict_mode);
[all...]
H A Dstub-cache.cc222 StrictModeFlag strict_mode,
225 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
625 StrictModeFlag strict_mode = StoreIC::GetStrictMode(extra_ic_state); local
626 StoreStubCompiler ic_compiler(isolate_, strict_mode);
636 StrictModeFlag strict_mode) {
644 strict_mode, store_mode);
935 receiver, name, value, attr, ic.strict_mode());
220 ComputeKeyedStoreElement( Handle<Map> receiver_map, StrictModeFlag strict_mode, KeyedAccessStoreMode store_mode) argument
633 ComputeStoreElementPolymorphic( MapHandleList* receiver_maps, KeyedAccessStoreMode store_mode, StrictModeFlag strict_mode) argument
H A Dmessages.js800 function CallSite(receiver, fun, pos, strict_mode) {
804 SET_PRIVATE(this, CallSiteStrictModeKey, strict_mode);
/external/v8/src/
H A Dic.cc1037 StrictModeFlag strict_mode,
1043 receiver_map, strict_mode, growth_mode);
1297 StrictModeFlag strict_mode,
1305 SetProperty(*name, *value, NONE, strict_mode);
1315 if (strict_mode == kStrictMode && object->IsString() &&
1330 JSObject::SetElement(receiver, index, value, NONE, strict_mode);
1345 Handle<Code> stub = (strict_mode == kStrictMode)
1349 return receiver->SetProperty(*name, *value, NONE, strict_mode);
1358 UpdateCaches(&lookup, state, strict_mode, receiver, name, value);
1362 if (strict_mode
1035 ComputePolymorphicStub( MapHandleList* receiver_maps, StrictModeFlag strict_mode, KeyedAccessGrowMode growth_mode) argument
1296 Store(State state, StrictModeFlag strict_mode, Handle<Object> object, Handle<String> name, Handle<Object> value) argument
1390 UpdateCaches(LookupResult* lookup, State state, StrictModeFlag strict_mode, Handle<JSObject> receiver, Handle<String> name, Handle<Object> value) argument
1523 ComputeStub(Handle<JSObject> receiver, StubKind stub_kind, StrictModeFlag strict_mode, Handle<Code> generic_stub) argument
1613 ComputeMonomorphicStubWithoutMapCheck( Handle<Map> receiver_map, StrictModeFlag strict_mode, KeyedAccessGrowMode grow_mode) argument
1634 ComputeMonomorphicStub(Handle<JSObject> receiver, StubKind stub_kind, StrictModeFlag strict_mode, Handle<Code> generic_stub) argument
1679 ComputePolymorphicStub( MapHandleList* receiver_maps, StrictModeFlag strict_mode, KeyedAccessGrowMode grow_mode) argument
1706 KeyedStoreStubCompiler compiler(isolate(), strict_mode, grow_mode); local
1758 Store(State state, StrictModeFlag strict_mode, Handle<Object> object, Handle<Object> key, Handle<Object> value, bool force_generic) argument
1838 UpdateCaches(LookupResult* lookup, State state, StrictModeFlag strict_mode, Handle<JSObject> receiver, Handle<String> name, Handle<Object> value) argument
2095 StrictModeFlag strict_mode = Code::GetStrictMode(extra_ic_state); local
[all...]
H A Dic.h432 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...]
H A Dstub-cache.h146 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) argument
669 : StubCompiler(isolate), strict_mode_(strict_mode) { }
698 StrictModeFlag strict_mode,
697 KeyedStoreStubCompiler(Isolate* isolate, StrictModeFlag strict_mode, KeyedAccessGrowMode grow_mode) argument
[all...]
H A Dstub-cache.cc369 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) { argument
456 return (strict_mode == kStrictMode)
465 StrictModeFlag strict_mode) {
365 ComputeStoreField(Handle<String> name, Handle<JSObject> receiver, int field_index, Handle<Map> transition, StrictModeFlag strict_mode) argument
386 ComputeKeyedLoadOrStoreElement( Handle<JSObject> receiver, KeyedIC::StubKind stub_kind, StrictModeFlag strict_mode) argument
462 ComputeStoreGlobal(Handle<String> name, Handle<GlobalObject> receiver, Handle<JSGlobalPropertyCell> cell, StrictModeFlag strict_mode) argument
480 ComputeStoreCallback(Handle<String> name, Handle<JSObject> receiver, Handle<AccessorInfo> callback, StrictModeFlag strict_mode) argument
499 ComputeStoreInterceptor(Handle<String> name, Handle<JSObject> receiver, StrictModeFlag strict_mode) argument
515 ComputeKeyedStoreField(Handle<String> name, Handle<JSObject> receiver, int field_index, Handle<Map> transition, StrictModeFlag strict_mode) argument
1123 StrictModeFlag strict_mode = static_cast<StrictModeFlag>(args.smi_at(3)); local
[all...]
H A Dobjects.h1396 StrictModeFlag strict_mode);
1401 StrictModeFlag strict_mode);
1406 StrictModeFlag strict_mode);
1418 StrictModeFlag strict_mode,
1554 StrictModeFlag strict_mode);
1560 StrictModeFlag strict_mode);
1566 StrictModeFlag strict_mode);
1571 StrictModeFlag strict_mode);
1576 StrictModeFlag strict_mode);
1772 StrictModeFlag strict_mode,
4331 ComputeExtraICState( KeyedAccessGrowMode grow_mode, StrictModeFlag strict_mode) argument
[all...]
H A Dobjects.cc258 StrictModeFlag strict_mode) {
262 return SetPropertyWithHandler(name, value, NONE, strict_mode);
1712 StrictModeFlag strict_mode) {
1717 if (strict_mode == kNonStrictMode) {
1755 StrictModeFlag strict_mode) {
1762 return SetProperty(&result, name, value, attributes, strict_mode);
1770 strict_mode);
1773 return AddProperty(name, value, attributes, strict_mode);
1897 StrictModeFlag strict_mode) {
1929 strict_mode);
256 SetElementWithHandler(uint32_t index, Object* value, StrictModeFlag strict_mode) argument
1709 AddProperty(String* name, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
1751 SetPropertyPostInterceptor( String* name, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
1893 SetPropertyWithInterceptor( String* name, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
1935 SetProperty(Handle<JSReceiver> object, Handle<String> key, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
1946 SetProperty(String* name, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
1956 SetPropertyWithCallback(Object* structure, String* name, Object* value, JSObject* holder, StrictModeFlag strict_mode) argument
2070 SetElementWithCallbackSetterInPrototypes( uint32_t index, Object* value, bool* found, StrictModeFlag strict_mode) argument
2111 SetPropertyWithCallbackSetterInPrototypes( String* name, Object* value, PropertyAttributes attributes, bool* found, StrictModeFlag strict_mode) argument
2548 SetPropertyWithFailedAccessCheck( LookupResult* result, String* name, Object* value, bool check_prototype, StrictModeFlag strict_mode) argument
2604 SetProperty(LookupResult* result, String* key, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
2634 SetPropertyWithHandler( String* name_raw, Object* value_raw, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
2653 SetPropertyWithHandlerIfDefiningSetter( String* name_raw, Object* value_raw, PropertyAttributes attributes, StrictModeFlag strict_mode, bool* found) argument
2877 SetPropertyForResult(LookupResult* result, String* name, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
8940 SetElementWithInterceptor(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
9029 SetElementWithCallback(Object* structure, uint32_t index, Object* value, JSObject* holder, StrictModeFlag strict_mode) argument
9121 SetFastElement(uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument
9223 SetDictionaryElement(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
9362 SetFastDoubleElement( uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument
9454 SetElement(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_proto) argument
9469 SetOwnElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, StrictModeFlag strict_mode) argument
9481 SetElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attr, StrictModeFlag strict_mode, SetPropertyMode set_mode) argument
9502 SetElement(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
9569 SetElementWithoutInterceptor(uint32_t index, Object* value, PropertyAttributes attr, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
[all...]
H A Dhandles.cc236 StrictModeFlag strict_mode) {
241 isolate, object, key, value, attributes, strict_mode),
272 StrictModeFlag strict_mode) {
277 strict_mode),
232 SetProperty(Handle<Object> object, Handle<Object> key, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
268 SetPropertyWithInterceptor(Handle<JSObject> object, Handle<String> key, Handle<Object> value, PropertyAttributes attributes, StrictModeFlag strict_mode) argument
H A Dhandles.h183 StrictModeFlag strict_mode);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js615 function parse($TEXT, strict_mode, embed_tokens) {
678 return !strict_mode && (
809 if (strict_mode && !HOP(STATEMENTS_WITH_LABELS, stat[0]))
1045 return as("array", expr_list("]", !strict_mode, true));
1052 if (!strict_mode && is("punc", "}"))
/external/v8/src/arm/
H A Dic-arm.cc1285 StrictModeFlag strict_mode) {
1297 __ mov(r0, Operand(Smi::FromInt(strict_mode))); // Strict mode.
1305 StrictModeFlag strict_mode) {
1359 GenerateRuntimeSetProperty(masm, strict_mode);
1506 StrictModeFlag strict_mode) {
1516 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1623 StrictModeFlag strict_mode) {
1634 __ mov(r0, Operand(Smi::FromInt(strict_mode)));
1284 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1304 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1505 GenerateMegamorphic(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1622 GenerateGlobalProxy(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/v8/src/ia32/
H A Dic-ia32.cc759 StrictModeFlag strict_mode) {
800 GenerateRuntimeSetProperty(masm, strict_mode);
1409 StrictModeFlag strict_mode) {
1418 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1539 StrictModeFlag strict_mode) {
1551 __ push(Immediate(Smi::FromInt(strict_mode)));
1560 StrictModeFlag strict_mode) {
1573 __ push(Immediate(Smi::FromInt(strict_mode))); // Strict mode.
758 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1408 GenerateMegamorphic(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1538 GenerateGlobalProxy(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1559 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/v8/src/mips/
H A Dic-mips.cc1174 StrictModeFlag strict_mode) {
1185 __ li(a0, Operand(Smi::FromInt(strict_mode))); // Strict mode.
1193 StrictModeFlag strict_mode) {
1244 GenerateRuntimeSetProperty(masm, strict_mode);
1507 StrictModeFlag strict_mode) {
1517 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1621 StrictModeFlag strict_mode) {
1632 __ li(a0, Operand(Smi::FromInt(strict_mode)));
1173 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1192 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1506 GenerateMegamorphic(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1620 GenerateGlobalProxy(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/v8/src/x64/
H A Dic-x64.cc628 StrictModeFlag strict_mode) {
676 GenerateRuntimeSetProperty(masm, strict_mode);
1428 StrictModeFlag strict_mode) {
1438 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1551 StrictModeFlag strict_mode) {
1563 __ Push(Smi::FromInt(strict_mode));
1572 StrictModeFlag strict_mode) {
1585 __ Push(Smi::FromInt(strict_mode)); // Strict mode.
627 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1427 GenerateMegamorphic(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1550 GenerateGlobalProxy(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1571 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/chromium_org/v8/src/arm/
H A Dic-arm.cc1222 StrictModeFlag strict_mode) {
1234 __ mov(r0, Operand(Smi::FromInt(strict_mode))); // Strict mode.
1406 StrictModeFlag strict_mode) {
1458 GenerateRuntimeSetProperty(masm, strict_mode);
1568 StrictModeFlag strict_mode) {
1579 __ mov(r0, Operand(Smi::FromInt(strict_mode)));
1221 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1405 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1567 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/chromium_org/v8/src/ia32/
H A Dic-ia32.cc862 StrictModeFlag strict_mode) {
902 GenerateRuntimeSetProperty(masm, strict_mode);
1509 StrictModeFlag strict_mode) {
1521 __ push(Immediate(Smi::FromInt(strict_mode)));
1530 StrictModeFlag strict_mode) {
1543 __ push(Immediate(Smi::FromInt(strict_mode))); // Strict mode.
861 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1508 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1529 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/chromium_org/v8/src/mips/
H A Dic-mips.cc1138 StrictModeFlag strict_mode) {
1149 __ li(a0, Operand(Smi::FromInt(strict_mode))); // Strict mode.
1330 StrictModeFlag strict_mode) {
1380 GenerateRuntimeSetProperty(masm, strict_mode);
1576 StrictModeFlag strict_mode) {
1587 __ li(a0, Operand(Smi::FromInt(strict_mode)));
1137 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1329 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1575 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/chromium_org/v8/src/x64/
H A Dic-x64.cc737 StrictModeFlag strict_mode) {
783 GenerateRuntimeSetProperty(masm, strict_mode);
1531 StrictModeFlag strict_mode) {
1543 __ Push(Smi::FromInt(strict_mode));
1552 StrictModeFlag strict_mode) {
1565 __ Push(Smi::FromInt(strict_mode)); // Strict mode.
736 GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1530 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
1551 GenerateRuntimeSetProperty(MacroAssembler* masm, StrictModeFlag strict_mode) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_stream_test.cc87 bool strict_mode)
89 strict_mode_(strict_mode) {}
83 StrictStaticSocketDataProvider(MockRead* reads, size_t reads_count, MockWrite* writes, size_t writes_count, bool strict_mode) argument

Completed in 6116 milliseconds

12