Changeset 169823 in webkit for trunk/Source/JavaScriptCore/runtime/JSCJSValueInlines.h
- Timestamp:
- Jun 11, 2014, 1:16:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCJSValueInlines.h
r169703 r169823 666 666 } 667 667 668 inlineJSValue JSValue::get(ExecState* exec, PropertyName propertyName) const668 ALWAYS_INLINE JSValue JSValue::get(ExecState* exec, PropertyName propertyName) const 669 669 { 670 670 PropertySlot slot(asValue()); … … 672 672 } 673 673 674 inlineJSValue JSValue::get(ExecState* exec, PropertyName propertyName, PropertySlot& slot) const674 ALWAYS_INLINE JSValue JSValue::get(ExecState* exec, PropertyName propertyName, PropertySlot& slot) const 675 675 { 676 676 // If this is a primitive, we'll need to synthesize the prototype -
Note:
See TracChangeset
for help on using the changeset viewer.