code); static bool IsActive(Isolate* isolate); private: Isolate* isolate_; }; class LiveEdit : AllStatic { public: // Describes how exactly a frame has been dropped from stack. enum FrameDropMode { // No frame has been dropped. FRAMES_UNTOUCHED, // The top JS frame had been calling debug break slot stub. Patch the // address this stub jumps to in the end. FRAME_DROPPED_IN_DEBUG_SLOT_CALL, // The top JS frame had been calling some C++ function. The return address // gets patched automatically. FRAME_DROPPED_IN_DIRECT_CALL, FRAME_DROPPED_IN_RETURN_CALL, CURRENTLY_SET_MODE }; static void InitializeThreadLocal(Debug* debug); static bool SetAfterBreakTarget(Debug* debug); MUST_USE_RESULT static MaybeHandle GatherCompileInfo( Handle 登录后可以享受更多权益 您还没有登录,登录后您可以: 收藏Android系统代码 收藏喜欢的文章 多个平台共享账号 去登录 首次使用?从这里 注册
您还没有登录,登录后您可以:
首次使用?从这里 注册