pub fn get_async_function_resolve_kind() -> &'static str { include_str!("copy/AsyncFunctionResolveKind.h") } pub fn get_bytecode_format_flags() -> &'static str { include_str!("copy/BytecodeFormatFlags.h") } pub fn get_check_is_object_kind() -> &'static str { include_str!("copy/CheckIsObjectKind.h") } pub fn get_function_flags() -> &'static str { include_str!("copy/FunctionFlags.h") } pub fn get_generator_and_async_kind() -> &'static str { include_str!("copy/GeneratorAndAsyncKind.h") } pub fn get_function_prefix_kind() -> &'static str { include_str!("copy/FunctionPrefixKind.h") } pub fn get_generator_resume_kind() -> &'static str { include_str!("copy/GeneratorResumeKind.h") } pub fn get_opcodes_source() -> &'static str { include_str!("copy/Opcodes.h") } pub fn get_source_notes() -> &'static str { include_str!("copy/SourceNotes.h") } pub fn get_stencil_enums() -> &'static str { include_str!("copy/StencilEnums.h") } pub fn get_symbol() -> &'static str { include_str!("copy/Symbol.h") } pub fn get_throw_msg_kind() -> &'static str { include_str!("copy/ThrowMsgKind.h") }