Home | History | Annotate | Download | only in v8

Lines Matching refs:v8

39 #include <v8.h>
43 // Convert a V8 Value of any type (string, bool, object, etc) to a NPVariant.
44 void convertV8ObjectToNPVariant(v8::Local<v8::Value>, NPObject*, NPVariant*);
46 // Convert a NPVariant (string, bool, object, etc) back to a V8 Value. The owner object is the NPObject which relates to the
48 v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant*, NPObject*);
50 // Helper function to create an NPN String Identifier from a v8 string.
51 NPIdentifier getStringIdentifier(v8::Handle<v8::String>);
66 v8::TryCatch m_tryCatch;