Home
last modified time | relevance | path

Searched refs:SetFastMethodNoSideEffect (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_process_methods.cc478 SetFastMethodNoSideEffect(ctx, object(), "hrtime", SlowNumber, &fast_number_); in AddMethods()
479 SetFastMethodNoSideEffect( in AddMethods()
Dutil.cc382 void SetFastMethodNoSideEffect(Local<v8::Context> context, in SetFastMethodNoSideEffect() function
Dutil.h878 void SetFastMethodNoSideEffect(v8::Local<v8::Context> context,
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md1140 …tps://github.com/nodejs/node/commit/7fb32b43dc)] - **src**: add SetFastMethodNoSideEffect() (Joyee…