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

  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 826 v8::Local<v8::ObjectTemplate> proto_template = local
829 proto_template->Set(v8::String::New("fooMethod"), v8::FunctionTemplate::New(
863 v8::Local<v8::ObjectTemplate> proto_template = local
866 proto_template->Set(v8::String::New("fooMethod"), v8::FunctionTemplate::New(
    [all...]
test-api.cc 8695 v8::Handle<v8::ObjectTemplate> proto_template = local
    [all...]
  /external/v8/src/
bootstrapper.cc 722 Handle<Object> proto_template(global_constructor->prototype_template());
723 if (!proto_template->IsUndefined()) {
725 Handle<ObjectTemplateInfo>::cast(proto_template);
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 719 Handle<Object> proto_template(global_constructor->prototype_template(),
721 if (!proto_template->IsUndefined()) {
723 Handle<ObjectTemplateInfo>::cast(proto_template);
    [all...]
  /external/v8/test/cctest/
test-api.cc 7108 v8::Handle<v8::ObjectTemplate> proto_template = local
    [all...]

Completed in 785 milliseconds