Lines Matching refs:using
140 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
186 using GCCallback = void (*)(GCType type, GCCallbackFlags flags);
188 using InterruptCallback = void (*)(Isolate* isolate, void* data);
197 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit,
204 using UnhandledExceptionCallback =
210 using CounterLookupCallback = int* (*)(const char* name);
212 using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
215 using AddHistogramSampleCallback = void (*)(void* histogram, int sample);
219 using FatalErrorCallback = void (*)(const char* location, const char* message);
226 using OOMErrorCallback = void (*)(const char* location,
229 using MessageCallback = void (*)(Local<Message> message, Local<Value> data);
234 using LogEventCallback = void (*)(const char* name,
250 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value);
253 using BeforeCallEnteredCallback = void (*)(Isolate*);
254 using CallCompletedCallback = void (*)(Isolate*);
262 using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context,
287 using FailedAccessCheckCallback = void (*)(Local<Object> target,
294 using ModifyCodeGenerationFromStringsCallback =
297 using ModifyCodeGenerationFromStringsCallback2 =
303 using ExtensionCallback = bool (*)(const FunctionCallbackInfo<Value>&);
305 using AllowWasmCodeGenerationCallback = bool (*)(Local<Context> context,
310 using ApiImplementationCallback = void (*)(const FunctionCallbackInfo<Value>&);
313 using WasmStreamingCallback = void (*)(const FunctionCallbackInfo<Value>&);
318 using WasmAsyncResolvePromiseCallback = void (*)(
323 using WasmLoadSourceMapCallback = Local<String> (*)(Isolate* isolate,
328 using WasmGCEnabledCallback = bool (*)(Local<Context> context);
331 using SharedArrayBufferConstructorEnabledCallback =
360 using HostImportModuleDynamicallyWithImportAssertionsCallback =
365 using HostImportModuleDynamicallyCallback = MaybeLocal<Promise> (*)(
375 using CompileHintCallback = bool (*)(int, void*);
387 using HostInitializeImportMetaObjectCallback = void (*)(Local<Context> context,
402 using HostCreateShadowRealmContextCallback =
412 using PrepareStackTraceCallback = MaybeLocal<Value> (*)(Local<Context> context,