MCPcopy Create free account
hub / github.com/Constellation/iv / value

Method value

iv/lv5/jsstringobject.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Calls

no outgoing calls

Tested by

no test coverage detected