Changeset 163345 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
- Timestamp:
- Feb 3, 2014, 4:54:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r163031 r163345 226 226 void* instruction; 227 227 VM* vm; 228 JSCell* cell; 228 229 ProtoCallFrame* protoCallFrame; 229 230 NativeFunction nativeFunc; … … 242 243 operator ProtoCallFrame*() { return protoCallFrame; } 243 244 operator Register*() { return reinterpret_cast<Register*>(vp); } 245 operator JSCell*() { return cell; } 244 246 245 247 #if USE(JSVALUE64)
Note:
See TracChangeset
for help on using the changeset viewer.