isRuntimeHook

Checks if the given expresion is a call to the runtime hook id.

Parameters

e Expression

the expression to check

id Identifier

the identifier of the runtime hook

Return Value

Type: CallExp

e cast to CallExp if it's the hook, null otherwise

Meta