Searched refs:moduleAndMethod (Results 1 – 1 of 1) sorted by relevance
2079 std::string moduleAndMethod = argv[NATIVE_ARGS_METHOD_IDX]->ToString(runtime); in JsCallNative() local2081 std::unique_ptr<JsonValue> moduleAndMethodPtr = JsonUtil::ParseJsonString(moduleAndMethod); in JsCallNative()