| 51 | } |
| 52 | |
| 53 | JSString* value() const { |
| 54 | return value_; |
| 55 | } |
| 56 | |
| 57 | static JSStringObject* New(Context* ctx, JSString* str) { |
| 58 | JSStringObject* const obj = new JSStringObject(ctx, ctx->global_data()->string_map(), str); |
no outgoing calls
no test coverage detected