HomeSort by relevance Sort by last modified time
    Searched refs:V8NullType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 343 // V8NullType and V8UndefinedType are used only for the value conversion.
344 class V8NullType { };
348 struct V8ValueTraits<V8NullType> {
349 static inline v8::Handle<v8::Value> toV8Value(const V8NullType&, v8::Handle<v8::Object>, v8::Isolate* isolate)
    [all...]
V8BindingTest.cpp 118 CHECK_TOV8VALUE("null", V8NullType());

Completed in 45 milliseconds