Home
last modified time | relevance | path

Searched refs:execStateForPrincipal (Results 1 – 2 of 2) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_scriptable.cpp604 ExecState *exec = execStateForPrincipal(caller); in callAsFunction()
621 ExecState *exec = execStateForPrincipal(caller); in callAsConstructor()
638 ExecState *exec = execStateForPrincipal(caller); in callFunctionReference()
662 ExecState *exec = execStateForPrincipal(caller); in hasProperty()
679 ExecState *exec = execStateForPrincipal(caller); in get()
702 ExecState *exec = execStateForPrincipal(caller); in put()
724 ExecState *exec = execStateForPrincipal(caller); in removeProperty()
745 ExecState *exec = execStateForPrincipal(caller); in enumerateProperties()
778 ExecState *ScriptableOperations::execStateForPrincipal(ScriptableExtension *caller) in execStateForPrincipal() function in KJS::ScriptableOperations
H A Dkjs_scriptable.h89 static ExecState *execStateForPrincipal(ScriptableExtension *callerPrincipal);