Searched refs:FunctionInfoWrapper (Results 1 – 2 of 2) sorted by relevance
273 class FunctionInfoWrapper : public JSArrayBasedStruct<FunctionInfoWrapper> {275 explicit FunctionInfoWrapper(Handle<JSArray> array) in FunctionInfoWrapper() function276 : JSArrayBasedStruct<FunctionInfoWrapper>(array) { in FunctionInfoWrapper()316 friend class JSArrayBasedStruct<FunctionInfoWrapper>;
608 void FunctionInfoWrapper::SetInitialProperties(Handle<String> name, in SetInitialProperties()622 void FunctionInfoWrapper::SetSharedFunctionInfo( in SetSharedFunctionInfo()628 Handle<SharedFunctionInfo> FunctionInfoWrapper::GetSharedFunctionInfo() { in GetSharedFunctionInfo()826 static void PatchLiterals(FunctionInfoWrapper* compile_info_wrapper, in PatchLiterals()971 FunctionInfoWrapper compile_info_wrapper(new_compile_info_array); in ReplaceFunctionCode()1868 FunctionInfoWrapper info = FunctionInfoWrapper::Create(isolate_); in FunctionStarted()1883 FunctionInfoWrapper info = FunctionInfoWrapper::cast( in FunctionDone()