this repo has no description
at trunk 14 lines 275 B view raw
1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ 2#pragma once 3 4#include "frame.h" 5#include "globals.h" 6#include "objects.h" 7#include "runtime.h" 8#include "thread.h" 9 10namespace py { 11 12void initializeRefTypes(Thread* thread); 13 14} // namespace py