DescriptionA first skeleton for introducing Harmony proxies.
1) Add new type JSProxy for representing proxy objects.
Currently devoid of functionality, i.e., all properties are undefined.
2) Some rudimentary global $Proxy functions to create proxies.
Next step: Hook up getProperty and getOwnProperty handlers. Will probably
require introducing a new LookupResult type, which is a mixture of
INTERCEPTOR (handles any property) and CALLBACK (calls back to JS).
Can we unify this somehow?
TODO: Should probably rename existing Proxy type to something like
"Foreign", to avoid confusion.
Committed: http://code.google.com/p/v8/source/detail?r=7887
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed Kevin's comments. #
Total comments: 4
Created: 9 years, 7 months ago
Messages
Total messages: 6 (0 generated)
|