node icon indicating copy to clipboard operation
node copied to clipboard

vm: implement isContext() directly in JS land with private symbol

Open joyeecheung opened this issue 1 year ago • 0 comments

We are now directly checking the existence of a private symbol in the object to determine if an object is a ContextifyContext anyway, so there is no need to implement it in C++ anymore.

joyeecheung avatar Feb 07 '24 00:02 joyeecheung