0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 08:34:01 -05:00
denoland-rusty-v8/tests
Jomer 89c8ae8af3
feat: add various FunctionTemplate methods (#718)
This commit adds the following methods:
* `FunctionTemplate::inherit()`
* `FunctionTemplate::prototype_template()`
* `FunctionTemplate::read_only_prototype()`
* `FunctionTemplate::remove_prototype()`
2021-06-30 16:55:14 +02:00
..
compile_fail build: upgrade Rust to 1.48.0 (#535) 2020-11-19 19:44:06 +01:00
slots.rs Simplify 'Isolate::get/set_slot()' and use optimized hasher (#461) 2020-09-07 19:50:36 +02:00
test_api.rs feat: add various FunctionTemplate methods (#718) 2021-06-30 16:55:14 +02:00
test_api_entropy_source.rs Add V8::set_entropy_source() (#460) 2020-09-08 03:01:36 +02:00
test_api_flags.rs Add V8::set_flags_from_string() (#457) 2020-09-06 15:40:07 -04:00
test_single_threaded_default_platform.rs Add new_single_threaded_default_platform() (#659) 2021-04-12 21:40:52 +02:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00