DECLARE_RUNTIME_FUNCTION  616 src/debug.h    DECLARE_RUNTIME_FUNCTION(Object*, Debug_Break);
DECLARE_RUNTIME_FUNCTION  402 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadCallbackProperty);
DECLARE_RUNTIME_FUNCTION  403 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, StoreCallbackProperty);
DECLARE_RUNTIME_FUNCTION  407 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorOnly);
DECLARE_RUNTIME_FUNCTION  408 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorForLoad);
DECLARE_RUNTIME_FUNCTION  409 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorForCall);
DECLARE_RUNTIME_FUNCTION  410 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, StoreInterceptorProperty);
DECLARE_RUNTIME_FUNCTION  411 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, CallInterceptorProperty);
DECLARE_RUNTIME_FUNCTION  412 src/stub-cache.h DECLARE_RUNTIME_FUNCTION(MaybeObject*, KeyedLoadPropertyWithInterceptor);