electron/shell/common/gin_helper
Charles Kerr 5904d31264
perf: hold V8FunctionInvoker args in a std::array (#43752)
perf: hold V8FunctionInvoker args in a std::array
2024-09-18 16:23:29 -05:00
..
accessor.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
arguments.cc chore: cleanup include groupings (#43478) 2024-08-26 10:44:20 -04:00
arguments.h chore: migrate base::StringPiece to std::string_view (#40915) 2024-01-10 19:00:37 -06:00
callback.cc chore: fix typos in 'shell/' folder. (#43373) 2024-08-22 19:48:32 -05:00
callback.h perf: hold V8FunctionInvoker args in a std::array (#43752) 2024-09-18 16:23:29 -05:00
cleaned_up_at_exit.cc refactor: move impl functions into private namespace (#43372) 2024-08-21 15:26:06 -05:00
cleaned_up_at_exit.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
constructible.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
constructor.h refactor: update gin_helper/function_template (#41534) 2024-03-25 10:01:54 +01:00
destroyable.cc chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
destroyable.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
dictionary.h perf: avoid duplicate calculations in gin_helper::Dictionary getters (#43073) 2024-07-29 12:43:28 -05:00
error_thrower.cc chore: migrate base::StringPiece to std::string_view (#40915) 2024-01-10 19:00:37 -06:00
error_thrower.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
event.cc chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
event.h refactor: declare gin::Wrapper subclasses as final (#43527) 2024-09-04 18:40:02 -05:00
event_emitter.h chore: iwyu mojom-forward header files (#43741) 2024-09-17 12:58:56 -07:00
event_emitter_caller.cc perf: hold Emit() arg arrays in a std::array (#43750) 2024-09-18 09:40:14 -05:00
event_emitter_caller.h perf: hold Emit() arg arrays in a std::array (#43750) 2024-09-18 09:40:14 -05:00
event_emitter_template.cc chore: migrate to v8::Object::SetPrototypeV2() (#43535) 2024-09-04 20:30:54 -05:00
event_emitter_template.h refactor: simplify events (#37099) 2023-02-13 13:39:18 -08:00
function_template.cc chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00
function_template.h fix: gin_helper::MicrotasksScope instantiation (#43185) 2024-08-05 08:24:27 -05:00
function_template_extensions.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
locker.cc chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
locker.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
microtasks_scope.cc refactor: use std::optional in MicrotasksScope (#43621) 2024-09-09 12:51:42 -04:00
microtasks_scope.h refactor: use std::optional in MicrotasksScope (#43621) 2024-09-09 12:51:42 -04:00
object_template_builder.cc chore: migrate base::StringPiece to std::string_view (#40915) 2024-01-10 19:00:37 -06:00
object_template_builder.h chore: migrate base::StringPiece to std::string_view (#40915) 2024-01-10 19:00:37 -06:00
persistent_dictionary.cc
persistent_dictionary.h perf: avoid duplicate calculations in gin_helper::Dictionary getters (#43073) 2024-07-29 12:43:28 -05:00
pinnable.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
promise.cc refactor: reduce code duplication in gin_helper::Promise (#43716) 2024-09-16 23:08:40 -05:00
promise.h refactor: reduce code duplication in gin_helper::Promise (#43716) 2024-09-16 23:08:40 -05:00
trackable_object.cc chore: fix clang-tidy warnings (#38079) 2023-04-26 10:09:54 -04:00
trackable_object.h chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00
wrappable.cc chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00
wrappable.h chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
wrappable_base.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00