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