Searched refs:v8result (Results 1 – 2 of 2) sorted by relevance
382 …v8::Local<v8::Value> v8result = frame->script().executeScriptAndReturnValue(scriptState->context()… in _NPN_EvaluateHelper() local384 if (v8result.IsEmpty()) in _NPN_EvaluateHelper()388 convertV8ObjectToNPVariant(v8result, npObject, result, isolate); in _NPN_EvaluateHelper()407 v8::Local<v8::Value> v8result = obj->Get(npIdentifierToV8Identifier(propertyName, isolate)); in _NPN_GetProperty() local409 if (v8result.IsEmpty()) in _NPN_GetProperty()412 convertV8ObjectToNPVariant(v8result, npObject, result, isolate); in _NPN_GetProperty()
274 v8::Local<v8::Value> v8result; in setScriptSource() local279 v8result = callDebuggerMethod("liveEditScriptSource", 3, argv); in setScriptSource()289 ASSERT(!v8result.IsEmpty()); in setScriptSource()290 v8::Local<v8::Object> resultTuple = v8result->ToObject(); in setScriptSource()