Method CompilerEnvironment()->resolv()
- Method resolv
mixedresolv(stringidentifier,stringfilename,object|voidhandler,object|voidcompat_handler)- Description
Look up identifier in the current context.
The default implementation calls the corresponding function in the handlers (if any), falling back to the master object.
- Returns
Returns the value of the identifier if found, and UNDEFINED if not.
- Method resolv
mixedresolv(stringidentifier,stringfilename,object|voidhandler)- Description
Look up identifier in the current context.
The default implementation calls the corresponding function in the master object.