| 36 | |
| 37 | inline struct V8Array *asArray() { return reinterpret_cast<struct V8Array *>(&_); } |
| 38 | inline struct V8Object *asObject() { return reinterpret_cast<struct V8Object *>(&_); } |
| 39 | |
| 40 | static inline V8Value *undefined() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected