Created
February 21, 2013 08:27
-
-
Save vivekgalatage/5003181 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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