Lines Matching refs:onmessage
1825 Local<Value> onmessage =1826 global->Get(context, String::NewFromUtf8(isolate, "onmessage",1829 if (onmessage->IsFunction()) {1830 Local<Function> onmessage_fun = Local<Function>::Cast(onmessage);