Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:jsevaluatescript

337         (JSEvaluateScript):
1787 (JSEvaluateScript): Explicitly register the current thread.
2649 (JSEvaluateScript): Take JSLock after casting JSContextRef to ExecState* (which doesn't need
18667 The "thisObject" parameter to JSEvaluateScript is not used properly
18669 Making passing a thisObject to JSEvaluateScript actually set the thisObject of the created
18673 (main): Add tests for setting the thisObject when calling JSEvaluateScript.