top | item 37414781 (no title) davefol | 2 years ago I believe allocating memory for objects on the heap. https://stackoverflow.com/a/80113/10654749 discuss order hn newest tomcam|2 years ago I think it’s more specific, something along the lines of turning a reference (pointer-allocated) object to a value-based object? But I’m woefully ignorant on this. liuliu|2 years ago Oh, by "boxing object", I meant to create the in-memory object that can be used by JavaScript runtime, preferably native objects. For example, in JSC case, something like https://developer.apple.com/documentation/javascriptcore/jsv.... load replies (1)
tomcam|2 years ago I think it’s more specific, something along the lines of turning a reference (pointer-allocated) object to a value-based object? But I’m woefully ignorant on this. liuliu|2 years ago Oh, by "boxing object", I meant to create the in-memory object that can be used by JavaScript runtime, preferably native objects. For example, in JSC case, something like https://developer.apple.com/documentation/javascriptcore/jsv.... load replies (1)
liuliu|2 years ago Oh, by "boxing object", I meant to create the in-memory object that can be used by JavaScript runtime, preferably native objects. For example, in JSC case, something like https://developer.apple.com/documentation/javascriptcore/jsv.... load replies (1)
tomcam|2 years ago
liuliu|2 years ago