Lines Matching refs:using

138 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
184 using GCCallback = void (*)(GCType type, GCCallbackFlags flags);
186 using InterruptCallback = void (*)(Isolate* isolate, void* data);
195 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit,
202 using UnhandledExceptionCallback =
208 using CounterLookupCallback = int* (*)(const char* name);
210 using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
213 using AddHistogramSampleCallback = void (*)(void* histogram, int sample);
217 using FatalErrorCallback = void (*)(const char* location, const char* message);
219 using OOMErrorCallback = void (*)(const char* location, bool is_heap_oom);
221 using MessageCallback = void (*)(Local<Message> message, Local<Value> data);
226 using LogEventCallback = void (*)(const char* name,
238 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value);
241 using BeforeCallEnteredCallback = void (*)(Isolate*);
242 using CallCompletedCallback = void (*)(Isolate*);
250 using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context,
275 using FailedAccessCheckCallback = void (*)(Local<Object> target,
282 using ModifyCodeGenerationFromStringsCallback =
285 using ModifyCodeGenerationFromStringsCallback2 =
291 using ExtensionCallback = bool (*)(const FunctionCallbackInfo<Value>&);
293 using AllowWasmCodeGenerationCallback = bool (*)(Local<Context> context,
298 using ApiImplementationCallback = void (*)(const FunctionCallbackInfo<Value>&);
301 using WasmStreamingCallback = void (*)(const FunctionCallbackInfo<Value>&);
304 using WasmLoadSourceMapCallback = Local<String> (*)(Isolate* isolate,
308 using WasmSimdEnabledCallback = bool (*)(Local<Context> context);
311 using WasmExceptionsEnabledCallback = bool (*)(Local<Context> context);
314 using WasmDynamicTieringEnabledCallback = bool (*)(Local<Context> context);
317 using SharedArrayBufferConstructorEnabledCallback =
346 using HostImportModuleDynamicallyWithImportAssertionsCallback =
351 using HostImportModuleDynamicallyCallback = MaybeLocal<Promise> (*)(
366 using HostInitializeImportMetaObjectCallback = void (*)(Local<Context> context,
381 using HostCreateShadowRealmContextCallback =
391 using PrepareStackTraceCallback = MaybeLocal<Value> (*)(Local<Context> context,