Changeset 167842 in webkit for trunk/Source/JavaScriptCore/runtime/JSCJSValueInlines.h
- Timestamp:
- Apr 25, 2014, 11:00:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCJSValueInlines.h
r167405 r167842 684 684 } 685 685 686 inlineJSValue JSValue::get(ExecState* exec, unsigned propertyName) const686 ALWAYS_INLINE JSValue JSValue::get(ExecState* exec, unsigned propertyName) const 687 687 { 688 688 PropertySlot slot(asValue()); … … 690 690 } 691 691 692 inlineJSValue JSValue::get(ExecState* exec, unsigned propertyName, PropertySlot& slot) const692 ALWAYS_INLINE JSValue JSValue::get(ExecState* exec, unsigned propertyName, PropertySlot& slot) const 693 693 { 694 694 // If this is a primitive, we'll need to synthesize the prototype -
Note:
See TracChangeset
for help on using the changeset viewer.