Searched defs:onmessage (Results 1 - 1 of 1) sorted by path

/external/v8/src/
H A Dd8.cc2337 Local<Value> onmessage = local
2338 global->Get(context, String::NewFromUtf8(isolate, "onmessage",
2341 if (onmessage->IsFunction()) {
2342 Local<Function> onmessage_fun = Local<Function>::Cast(onmessage);

Completed in 214 milliseconds