Skip to content

Instantly share code, notes, and snippets.

@vivekgalatage
Created February 21, 2013 08:27
Show Gist options
  • Save vivekgalatage/5003181 to your computer and use it in GitHub Desktop.
Save vivekgalatage/5003181 to your computer and use it in GitHub Desktop.
InjectedScript injectedScript = injectedScriptForEval(errorString, executionContextId);
if (injectedScript.hasNoValue()) {
result = TypeBuilder::Runtime::RemoteObject::create().setType(TypeBuilder::Runtime::RemoteObject::Type::Object);
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment