Searched refs:callAsFunction (Results 1 – 3 of 3) sorted by relevance
107 …v8::Handle<v8::Value> resultValue = V8ScriptRunner::callAsFunction(isolate, m_preprocessorFunction… in preprocessSourceCode()
54 …static v8::Local<v8::Value> callAsFunction(v8::Isolate*, v8::Handle<v8::Object>, v8::Handle<v8::Va…
239 v8::Local<v8::Value> V8ScriptRunner::callAsFunction(v8::Isolate* isolate, v8::Handle<v8::Object> ob… in callAsFunction() function in blink::V8ScriptRunner