Changeset 36581 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Sep 17, 2008, 5:36:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r36566 r36581 4546 4546 } 4547 4547 4548 void Machine::cti_op_construct_verify(CTI_ARGS)4549 {4550 ExecState* exec = ARG_exec;4551 Register* r = ARG_r;4552 int dst = ARG_int1;4553 4554 if (LIKELY(r[dst].jsValue(exec)->isObject()))4555 return;4556 4557 int override = ARG_int2;4558 r[dst] = r[override];4559 }4560 4561 4548 JSValue* Machine::cti_op_construct_NotJSConstruct(CTI_ARGS) 4562 4549 {
Note:
See TracChangeset
for help on using the changeset viewer.