Home
last modified time | relevance | path

Searched refs:SetInstanceMethod (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Denv-inl.h1120 inline void Environment::SetInstanceMethod(v8::Local<v8::FunctionTemplate> that, in SetInstanceMethod() function
Denv.h1115 inline void SetInstanceMethod(v8::Local<v8::FunctionTemplate> that,
Dnode_wasi.cc1732 env->SetInstanceMethod(tmpl, "_setMemory", WASI::_SetMemory); in Initialize()