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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.cpp     [all...]
V8SupportTestInterface.cpp 434 functionTemplate->SetNativeDataProperty(v8::String::NewFromUtf8(isolate, "supplementalStaticReadOnlyAttr", v8::String::kInternalizedString), SupportTestInterfaceV8Internal::supplementalStaticReadOnlyAttrAttributeGetterCallback, 0, v8::External::New(isolate, 0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT));
437 functionTemplate->SetNativeDataProperty(v8::String::NewFromUtf8(isolate, "supplementalStaticAttr", v8::String::kInternalizedString), SupportTestInterfaceV8Internal::supplementalStaticAttrAttributeGetterCallback, SupportTestInterfaceV8Internal::supplementalStaticAttrAttributeSetterCallback, v8::External::New(isolate, 0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT));
V8TestTypedefs.cpp 503 functionTemplate->SetNativeDataProperty(v8::String::NewFromUtf8(isolate, "TestSubObj", v8::String::kInternalizedString), TestTypedefsV8Internal::TestTypedefsConstructorGetter, 0, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8TestSubObj::wrapperTypeInfo)), static_cast<v8::PropertyAttribute>(v8::DontEnum), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT));
V8TestObject.cpp     [all...]
V8TestObjectPython.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 77 SetNativeDataProperty(v8_str("instance_foo"), handle_property);
78 fun_templ->SetNativeDataProperty(v8_str("object_foo"), handle_property_2);
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 91 milliseconds