File Information
Library: JS/Core
Package: Wrappers
Header: Poco/JS/Core/TimerWrapper.h
Description
JavaScript wrapper for TimedJSExecutor-based timers.
Inheritance
Direct Base Classes: Wrapper
All Base Classes: Wrapper
Member Summary
Member Functions: cancel, cancelled, objectTemplate
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
TimerWrapper
TimerWrapper();
Creates the TimerWrapper.
Destructor
~TimerWrapper
~TimerWrapper();
Destroys the TimerWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
cancel
static void cancel(
const v8::FunctionCallbackInfo < v8::Value > & args
);
cancelled
static void cancelled(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);