| 318 | } |
| 319 | |
| 320 | int64_t* GetBigIntSlot(int offset) { |
| 321 | return static_cast<int64_t*>(GetSlot(offset)); |
| 322 | } |
| 323 | |
| 324 | StringValue* GetStringSlot(int offset) { |
| 325 | DCHECK(offset != -1); // -1 offset indicates non-materialized slot |
no outgoing calls
no test coverage detected