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

  /external/chromium_org/v8/test/cctest/
test-accessors.cc 46 static void handle_property(Local<String> name, function
59 static void handle_property(const v8::FunctionCallbackInfo<v8::Value>& info) { function
70 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
72 v8::FunctionTemplate::New(handle_property);
77 SetNativeDataProperty(v8_str("instance_foo"), handle_property);
575 v8::Handle<v8::Function> fun = v8::Function::New(isolate, handle_property);
  /external/v8/test/cctest/
test-accessors.cc 47 static v8::Handle<Value> handle_property(Local<String> name, function
57 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);

Completed in 350 milliseconds