Hello, I need to get the variable name of an object name in c++ level. For example ``` var a = "test"; ``` I need to get the string "a" from the internal Handle<Object> representation of `a`.
Anyone has idea how to do it? -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/cbb4c7c5-e2a6-4880-ac77-694db70fa6f9n%40googlegroups.com.
