Lines Matching refs:Result
22 using Result = panda::ecmascript::tooling::Result;
84 Result ret = json->GetString("callFrameId", &callFrameId_);
85 if (ret != Result::SUCCESS) {
129 Result ret;
132 if (ret != Result::SUCCESS) {
138 if (ret != Result::SUCCESS) {
157 Result ret = result->GetString("type", &type);
158 if (ret != Result::SUCCESS) {
175 if (ret != Result::SUCCESS) {
192 if (ret != Result::SUCCESS) {
207 Result ret = watchResult->Get(i)->GetString("name", &name);
208 if (ret != Result::SUCCESS) {
214 if (ret != Result::SUCCESS) {
220 if (ret != Result::SUCCESS) {
235 Result ret = result->GetObject("result", &resultWatch);
236 if (ret != Result::SUCCESS) {
242 if (ret != Result::SUCCESS) {