MCPcopy Create free account
hub / github.com/NativeScript/android / Sort

Method Sort

test-app/runtime/src/main/cpp/URLSearchParamsImpl.cpp:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 void URLSearchParamsImpl::Sort(const v8::FunctionCallbackInfo<v8::Value> &args) {
288 URLSearchParamsImpl *ptr = GetPointer(args.This());
289 if (ptr == nullptr) {
290 return;
291 }
292 ptr->GetURLSearchParams()->sort();
293 }
294
295 void URLSearchParamsImpl::ToString(const v8::FunctionCallbackInfo<v8::Value> &args) {
296 URLSearchParamsImpl *ptr = GetPointer(args.This());

Callers

nothing calls this directly

Calls 3

ThisMethod · 0.80
sortMethod · 0.80
GetURLSearchParamsMethod · 0.80

Tested by

no test coverage detected